Re: [WiX-users] Upgrade (options?)
Now how do I take all of the parameters used in the original installation and apply then to the new installation (upgrade)? Thank you. Kevin Bob Arnson <[EMAIL PROTECTED]> wrote: > Kevin Burton wrote: > > > > The second method has the major drawback of the fact that I don't know > > how to conditionally force an uninstall then proceed with the "normal" > > installation. > > > > That's what a major upgrade is. Just schedule RemoveExistingProducts > immediately after InstallInitialize. See the RemoveExistingProducts doc > in the MSI SDK for details. > > -- > sig://boB > http://joyofsetup.com/ > - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] Minor upgrade help
I read the tutorial and I seem to be stuck here: After the check has run, we can take the appropriate actions based on the existence and value of the properties involved: PATCHFOUND ... For some strange reason, small updates and minor upgrades cannot be run simply by clicking on the .msi file—they give the error: "Another version of this product is already installed." We know, stupid... Anyway, you have to start it with the command: The statement "we can take the appropriate actions based on the existence and value of the properties involved". I don't know how to run actions based on the existence of a property. I am assuming that it refers to PATCHFOUND. I want to stop services, copy files, restart service. Simple? Thank you. Kevin - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] Remove section using XMLConfig
My problem was similar but as I see it more complex. In my case I have the equivalent of "DirTwo-1" and "DirTwo-2" so a simple '=' will not do I need to take a sub string. Still looking for a solution. Thank you. Kevin Stefan Pavlik <[EMAIL PROTECTED]> wrote: > I also realized that I should use [\[].="DirTwo"[\]] (instead of [/[] ). > > But it was not the problem > > Stefan Pavlik wrote: > > Hi list > > > > I have the same problem as Kevin Burton in thread [Remove a section > > using XmlFile] several months ago. Since I am not able to solve it > > (even after reading the thread again and again) I am asking the same > > question again. > > > > I am using Wix > > > > Consider following xml file: > > > > > > > > > > DirOne > > DirTwo > > > > > > > > > > > > I want to remove the line "DirTwo" from > > the file. > > > > The following code does not work: > > > > >File='[#XmlSettings] ' > >Action='delete' > >ElementPath='//dpInst/search' > >VerifyPath='subDirectory[/[].="DirTwo"[/]]' > >On='install' > >Sequence='1' > >/> > > > > I have already tried several other combinations of ElementPath and > > VerifyPath values with no success. > > Interesting is that the property ExecXmlConfig (CustomActionData for > > ExecXmlConfig action) is even not set (in the log file). If I use > > XMLConfig to add some lines the ExecXmlConfig property is filled > > with some data. > > > > Is it possible that the Action='delete' and On='Install' is invalid > > combination? > > > > Any help is appreciated. > > > > regards > > > > Stefan > > > > -- > Stefan Pavlik | [EMAIL PROTECTED] > Whitestein Technologies s.r.o. | www.whitestein.com > Panenska 28 | 811 03 Bratislava | Slovak Republic > Main +421 2 5443-5502 | Direct +421 2 5930-0735 > > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] Error in German?
Durint installation I briefly see a German message appear during the "progress: dialog. When there is an error I see an error dialog piop up that is entirely in German. But like I said I don't see any German in the MSI using ORCA. During uninstall I see several buttons that have German text. Bottom line is how can I configure the installation so I don't see German. I don't mind but when I hand this off to an anonymous installer I am sure I will hear about it. Thank you. Bob Arnson <[EMAIL PROTECTED]> wrote: > Please keep /wix-users/ on the thread. > > [EMAIL PROTECTED] wrote: > > I don't see any German in the Controls in ORCA. Handling one thing at a > > time. It seems that the msi is not used during uninstall. I don't see any > > controls or dialogs that match what i am seeing during the uninstall > > process. Any hints as to where else to look? > > > > Add/Remove Programs runs uninstall using basic UI so none of your > authored dialogs are used. If the dialogs are appearing during > uninstall, they're either coming from MSI or being shown by custom actions. > > -- > sig://boB > http://bobs.org > - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ WiX-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] Default values to a control
I am relatively new to Wix. I am trying to build a dialog and I would like there to be a default value for the text entered and I would like to have text for a password field masked. I am sure this can be done I just don't know how right now. Kevin - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users