Re: [WiX-users] How Update / Upgrade strategy (small, minor, major) affect file overriding?

2008-10-10 Thread polan
Ian Elliott (Excell Data Corporation) wrote: > > Make sure your console.exe program has a higher version number than its > predecessor. > > If that doesn't work, can you place your two msi's somewhere where they > can be accessed? > > -Original Message

Re: [WiX-users] How Update / Upgrade strategy (small, minor, major) affect file overriding?

2008-10-09 Thread polan
Ian Elliott (Excell Data Corporation) wrote: > > Your command line looks wrong: > msiexec /i ExampleInstaller.msi REINSTALALL=ALL REINSTALLMODE=vomus > should be > msiexec /i ExampleInstaller.msi REINSTALL=ALL REINSTALLMODE=vomus > > (However, it may be another typo.) > I've corrected the co

Re: [WiX-users] How Update / Upgrade strategy (small, minor, major) affect file overriding?

2008-10-08 Thread polan
Ian Elliott (Excell Data Corporation) wrote: > > Your command line looks wrong: > msiexec /i ExampleInstaller.msi REINSTALALL=ALL REINSTALLMODE=vomus > should be > msiexec /i ExampleInstaller.msi REINSTALL=ALL REINSTALLMODE=vomus > > (However, it may be another typo.) > Such a stupid mistake

Re: [WiX-users] How Update / Upgrade strategy (small, minor, major) affect file overriding?

2008-10-08 Thread polan
Thx for the answer Ian Elliott (Excell Data Corporation) wrote: > > For the minor upgrade and small update you don't make use of the Update > tag at all. > Ok - lets stick to minor upgrade. I don't insert the upgrade tag, I change the package guid, and version. I run the installation msiexe

Re: [WiX-users] help required laying out a wix dialog

2008-10-07 Thread polan
Maybe you could give a try to visual designer that is a part of wixEdit http://wixedit.sourceforge.net/ You can create/change the dialogs in a very simple way there. Sean Farrow wrote: > > Hi: > As I visually impaired user I could do with some help laying out a WiX > dialog. > Would anybody

[WiX-users] How Update / Upgrade strategy (small, minor, major) affect file overriding?

2008-10-07 Thread polan
I've been trying to develop some upgrade strategy for my program. What I want to achieve is an installer which would be able to install lets say version 1.0.3, but also upgrade the versions 1.0.0 or 1.0.1 to version 1.0.3. To make the things simple lets say that installing is just copying some fi

Re: [WiX-users] Property id spelling affects the setup process

2008-09-24 Thread polan
AAA Simple as that Thx for explaining Przemek Rob Hamflett wrote: > > Only properties in uppercase get passed over to the server-side of the > installation. > > Rob > > polan wrote: >> Hi >> I've got a property that acts differently depending on the

[WiX-users] Property id spelling affects the setup process

2008-09-24 Thread polan
Hi I've got a property that acts differently depending on the Id spelling! It looks like this: The property gets set in Custom action before showing my custom dialog. And is bound to Edit field in UI The user can change the value of the field. Then I use my property to set some node value

Re: [WiX-users] Updating app.config

2008-09-14 Thread polan
It's working as I wanted it. Thx You both guys! Bob Arnson-6 wrote: > > polan wrote: >> Just one last question to make it clear : To make it work I need to move >> the >> creation of All the xml config nodes to WIX (.wxl) file, and simply >> forget >> a

Re: [WiX-users] Updating app.config

2008-09-10 Thread polan
t; > Property="CONFIGPORT"> > CONFIGCHOICE=1 > CONFIGCHOICE=2 > > Id="ConfigPortText" Transparent="yes" NoPrefix="yes" > Text="!(loc.WebConfigDlg_Port)"> > CONFIGCHOICE=1 >

Re: [WiX-users] Updating app.config

2008-09-09 Thread polan
Is that all you're trying to do? >> >> util:xmlconfig element >> >> >> On Tue, Sep 9, 2008 at 10:26 AM, polan <[EMAIL PROTECTED]> wrote: >> >>> >>> I have some application settings (like database configuration etc.) >>> stor

[WiX-users] Updating app.config

2008-09-09 Thread polan
I have some application settings (like database configuration etc.) stored in app.config file. As it is a standard .Net approach i haven't expected any troubles with this and installer. I would like to make the newest version of the program available to the users via wix installer, but I couldn't