[WiX-users] Repair-Dialog appears after executing Hotfix.msp
Hello! I have a 128MB msi package here which is my RTF. I changed one File, made a new msi and built the msp-File using pyro.exe. When I want to install the Hotfix the change, repair, remove dialog pops up - the change button is disabled. I had a look at the transformation-table with Orca but there are no unusual entries. Any ideas? Thank's, Chris - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] Repair-Dialog appears after executing Hotfix.msp
Now I install the patch like that: msiexec /update patch_01.msp REINSTALL=ALL /l*v a_patch.log /quiet Thank's for all the answers and the help! Chris > There's also this info about patch installation needing REINSTALL and > REINSTALLMODE to be set, plus how to do that so a double-click on a MSP > file will just work. > > http://blogs.msdn.com/windows_installer_team/archive/2005/10/03/476091.aspx > > Phil Wilson > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tony > Juricic Sent: Monday, August 18, 2008 9:29 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Repair-Dialog appears after executing > Hotfix.msp > > I use PATCH property as a condition to change text from 'Repair' to > 'Update'. There is nothing wrong - patch is a sort of repair. > > -Original Message- > From: postingbox [mailto:[EMAIL PROTECTED] > Sent: Monday, August 18, 2008 7:14 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Repair-Dialog appears after executing Hotfix.msp > > Hello! > I have a 128MB msi package here which is my RTF. I changed one File, > made a new msi and built the msp-File using pyro.exe. > When I want to install the Hotfix the change, repair, remove dialog pops > > up - the change button is disabled. > I had a look at the transformation-table with Orca but there are no > unusual entries. Any ideas? > Thank's, > Chris > > > > > - > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & > win great prizes Grand prize is a trip for two to an Open Source event > anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > - > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & > win great prizes Grand prize is a trip for two to an Open Source event > anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] Keep Directories, Files, FileShares or RegistryValues on uninstall
Hello! I have four questions to the uninstallation of an msi... 1) How can I keep a Directory in wix when I uninstall the msi 2) How can I keep a File in wix when I uninstall the msi 3) How can I keep a FileShare in wix when I uninstall the msi 4) How can I keep a RegistryValue in wix when I uninstall the msi Thank you, Chris - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] Start Service conditionaly
Hello, I have following situation - I want to install an .exe and start it as a service The default value of the Property HASARCNET is 0. With the help of a Custom Action I set it to 1 if the arcnet driver is installed. The Property is set to 1 as I see it in the log but the file wont be installed and the service wont be started. If I use a lower Sequencenumber for the CA, the CustomAction fails - I see it in the log. When should I execute the CA or is there another way to handle this Thank you, Chris - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] Start Service conditionaly
Hello, I tried to execute the CA before the CostInitialize action but it wont be executed (logfile / verbose). If I put the CA after CostInitialize it will be executed and the property is set to 1, but the file wont be installed and the service wont be started. Is there anz other way? Can I divide the start of a service and the installation of the .exe? In case that the condition will work someday the next problem will appear: If the condition is false the file wont be installed, but I want it to be installed in both cases! Thank you, Chris postingbox wrote: > When should I execute the CA or is there another way to handle this > Per the MSI SDK doc: Any standard or custom actions that affect costing should be sequenced before the CostInitialize action. Check out a verbose install log to see the actions MSI is planning to take with each component. -- Hello, I have following situation - I want to install an .exe and start it as a service The default value of the Property HASARCNET is 0. With the help of a Custom Action I set it to 1 if the arcnet driver is installed. The Property is set to 1 as I see it in the log but the file wont be installed and the service wont be started. If I use a lower Sequencenumber for the CA, the CustomAction fails - I see it in the log. When should I execute the CA or is there another way to handle this Thank you, Chris - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] Dialog: Set a Property conditionally
Hello, I have a radiobuttongroup (see below) and I would like to set the Property INSTALLTYPE=0 when the RadioButtonGroup is disabled (Condition: NOT (DEVICETYPE = "0" OR DEVICETYPE = "7")). How can I do this? Thank's for the help! Chris - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] Dialog: Set a Property conditionally
Hello, I have a radiobuttongroup (see below) and I would like to set the Property INSTALLTYPE=0 when the RadioButtonGroup is disabled (Condition: NOT (DEVICETYPE = "0" OR DEVICETYPE = "7")). How can I do this? Thank's for the help! Chris - Use the same conditions in a SetProperty element. - Could you send the correct XML to it? I don't know how to do this. Thank you, Chris - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] Setting Support Information in "Add or Remove Programs"
Hello everyone! How can I set the support information which can be accessed through the "Change or Remove Program"-list? Examples: setting a link to the publisher or adding a comment. Thank's in advance, Chris - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] GACing policy files with the same pub-file
Hello, I want to register 2 policies with the same publisher-file (pub) to the GAC example - i have those files: mypolicy.dll policy.1.0.mypolicy.dll policy.2.0.mypolicy.dll mypolicy.pub I register the file policy.1.0.mypolicy.dll like that: if I add the component for registering the file policy.2.0.mypolicy.dll the same way, I get the exception that it breaks component reference counting. How can I solve this? Thank's Chris - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users