Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: Flattening The TreeView... Pin
Furty5-Mar-03 12:06
Furty5-Mar-03 12:06 
GeneralRe: Flattening The TreeView... Pin
Furty5-Mar-03 13:23
Furty5-Mar-03 13:23 
GeneralSnapshot Pin
Calamitous2-Mar-03 3:39
Calamitous2-Mar-03 3:39 
GeneralRe: Snapshot Pin
Jon Newman2-Mar-03 4:57
Jon Newman2-Mar-03 4:57 
GeneralProblem with Windows Installer Pin
Sassan Komeili Zadeh2-Mar-03 3:03
Sassan Komeili Zadeh2-Mar-03 3:03 
GeneralRe: Problem with Windows Installer Pin
Jon Newman2-Mar-03 4:27
Jon Newman2-Mar-03 4:27 
GeneralRe: Problem with Windows Installer Pin
Sassan Komeili Zadeh3-Mar-03 20:22
Sassan Komeili Zadeh3-Mar-03 20:22 
GeneralRe: Problem with Windows Installer Pin
Paul Riley2-Mar-03 5:15
Paul Riley2-Mar-03 5:15 
Sassan Komeili Zadeh wrote:
reinstall or upgrade

What's the difference between reinstall and repair?

For doing an upgrade, simply add a record into the new MSI's Upgrade table, telling it to upgrade the current project up to but not including the new version.

ie.

If you want to upgrade to v2.00.9 and the Upgrade Code of the project is {99999999-9999-9999-9999-999999999999} then you need the following in the Upgrade table:

Upgrade Code: {99999999-9999-9999-9999-999999999999}
Version Min: NULL
Version Max: 2.00.9
Language: NULL
Attributes: 1
Remove: NULL
ActionProperty: MYUPGRADEPROPERTY (call it whatever you like, as long as it's block-caps and not used elsewhere)

It's then advisable to add a property SecureCustomProperties, containing MYUPGRADEPROPERTY, so that this property can't be used by anything else. If there's already a SecureCustomProperties then you should add ";MYCUSTOMPROPERTY".

This should force a new version to remove an old version before installing.

Paul
We all will feed the worms and trees
So don't be shy
- Queens of the Stone Age, Mosquito Song

GeneralRe: Problem with Windows Installer Pin
Sassan Komeili Zadeh3-Mar-03 20:27
Sassan Komeili Zadeh3-Mar-03 20:27 
GeneralRe: Problem with Windows Installer Pin
Paul Riley4-Mar-03 3:44
Paul Riley4-Mar-03 3:44 
Generalexpose delegate in property grid Pin
Roger Alsing2-Mar-03 0:12
Roger Alsing2-Mar-03 0:12 
GeneralRe: expose delegate in property grid Pin
leppie2-Mar-03 1:49
leppie2-Mar-03 1:49 
GeneralRe: expose delegate in property grid Pin
Roger Alsing2-Mar-03 4:07
Roger Alsing2-Mar-03 4:07 
GeneralRe: expose delegate in property grid Pin
leppie2-Mar-03 11:37
leppie2-Mar-03 11:37 
GeneralRe: expose delegate in property grid Pin
leppie2-Mar-03 1:54
leppie2-Mar-03 1:54 
GeneralIPAddress range Pin
Mr BallyDaHob1-Mar-03 4:42
Mr BallyDaHob1-Mar-03 4:42 
GeneralRe: IPAddress range Pin
leppie1-Mar-03 6:27
leppie1-Mar-03 6:27 
Generalputting an img... Pin
sacoskun1-Mar-03 1:47
sacoskun1-Mar-03 1:47 
GeneralRe: putting an img... Pin
leppie1-Mar-03 6:17
leppie1-Mar-03 6:17 
GeneralButton events gets deleted! Pin
mirano1-Mar-03 1:35
mirano1-Mar-03 1:35 
GeneralRe: Button events gets deleted! Pin
James T. Johnson1-Mar-03 1:46
James T. Johnson1-Mar-03 1:46 
GeneralRe: Button events gets deleted! Pin
JProd1-Mar-03 18:42
JProd1-Mar-03 18:42 
GeneralAgain : How to save the TreeView Pin
j-hannemann28-Feb-03 22:35
j-hannemann28-Feb-03 22:35 
GeneralRe: Again : How to save the TreeView Pin
leppie28-Feb-03 23:20
leppie28-Feb-03 23:20 
GeneralRe: Again : How to save the TreeView Pin
j-hannemann2-Mar-03 10:29
j-hannemann2-Mar-03 10:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.