Re: [WiX-users] Conditional service install (with ServiceControl)

2010-03-14 Thread Nicole Zheng
Thanks. Maybe I didn't describe my issue very clearly. My codes do have unique Id for ServiceInstall, just like you suggested. But it still can't compile because ServiceConfig requires unique Name for ServiceInstall, which is used as identifier of ServiceConfig table. What's your comment? --

[WiX-users] Conditional service install (with ServiceControl)

2010-03-05 Thread Nicole Zheng
I searched the forum and got following related topics but my problem is a bit different, so I decided to post it here and look forward to your comments. Thanks. http://n2.nabble.com/Installing-a-Service-with-Varying-Dependencies-td693097.html#a693097

Re: [WiX-users] Installer hanging while doing FileCost

2010-02-05 Thread Nicole Zheng
I met the same problem. However, my MSI does have components/files. I'm using WixUI_Minimal. According to my test, the probability is about 25%. Is there any solution? -- View this message in context: http://n2.nabble.com/Installer-hanging-while-doing-FileCost-tp2235100p4519071.html Sent from

Re: [WiX-users] Installer hanging while doing FileCost, not frequently though.

2010-02-05 Thread Nicole Zheng
I'm also troubled by this issue. Anyone can help? -- View this message in context: http://n2.nabble.com/Installer-hanging-while-doing-FileCost-not-frequently-though-tp2116872p4519081.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] How to rename an existing file after installation(major upgrade)?

2010-02-04 Thread Nicole Zheng
All, Thanks for your detailed explanation and suggestion. I may consider to modify the app. However, your words enrich my knowledge base. Thanks again.=) -- View this message in context:

[WiX-users] How to rename an existing file after installation (major upgrade)?

2010-02-03 Thread Nicole Zheng
When my application runs for the 1st time, it creates a file named devcie.txt under the installation folder. Since the file name is a typo (should be device.txt), I want to provide a higher version .msi to perform a major upgrade and rename the file during the installation. My code is like: