Re: [WiX-users] Admin install + saving variables

2007-10-23 Thread RussGreen
Perfect. Thank you -- View this message in context: http://www.nabble.com/Admin-install-%2B-saving-variables-tf4666295.html#a13359896 Sent from the wix-users mailing list archive at Nabble.com. - This SF.net email is spon

Re: [WiX-users] Command line parameters

2007-10-21 Thread RussGreen
Ah so simple -- View this message in context: http://www.nabble.com/Command-line-parameters-tf4666532.html#a13332073 Sent from the wix-users mailing list archive at Nabble.com. - This SF.net email is sponsored by: Splunk I

[WiX-users] Command line parameters

2007-10-21 Thread RussGreen
I have 2 public properties in my MSI file. Each property is set a default value as well has a registrysearch to find a value.. e.g. What I want to be able to do is pass in a value for this property from the command line but that only works when RegistrySearch is commented out.

[WiX-users] Admin install + saving variables

2007-10-21 Thread RussGreen
I've built my WiX project using mondo and adding in a custom dialog and admin UI sequence. My custom dialog collects 2 paths 2 files on the users system. A database and text file on the users network. These files are required by the application and stored in the registry. A version of the custom

Re: [WiX-users] WixUI_Mondo.wxs + AdminInstallUI

2007-10-17 Thread RussGreen
I did the UI-less admin install and the error still occurred so it's safe to say it's not in my UI. This is my wxs fileUnfortunately I don't know enough about WiX yet to understand if there are any problems with it. http://www.nabble.com/file/p13248873/eProject.wxs eProject.wxs I'm not

Re: [WiX-users] WixUI_Mondo.wxs + AdminInstallUI

2007-10-16 Thread RussGreen
Thanks. Any idea where I can get the standard AdminUI dialogs in WXS format? Also, just looked at the logs and I've got an error with an event ID of 10005 that relates to the error dialog I have described. Product: eProject -- The installer has encountered an unexpected error installing this pa

[WiX-users] WixUI_Mondo.wxs + AdminInstallUI

2007-10-14 Thread RussGreen
I've followed the tutorial http://www.tramontana.co.hu/wix/lesson2.php to create the UI for my MSI file and modified a copy of WixUI_Mondo.wxs to include a new custom dialog CollectDatabaseDlg. This is my customised wxs file http://www.nabble.com/file/p13198020/eprojectwixui.wxs eprojectwixui.wx

Re: [WiX-users] Default regsearch values and upgrading

2007-10-13 Thread RussGreen
sorted it. http://www.nabble.com/file/p13190669/eProject.wxs eProject.wxs -- View this message in context: http://www.nabble.com/Default-regsearch-values-and-upgrading-tf4611878.html#a13190669 Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Default regsearch values and upgrading

2007-10-13 Thread RussGreen
So the only way I seem to be able to get this to work is to change the product guid as well as the package guid. that doesn't seem right but it seems to work -- View this message in context: http://www.nabble.com/Default-regsearch-values-and-upgrading-tf4611878.html#a13189207 Sent from the wix-

Re: [WiX-users] Default regsearch values and upgrading

2007-10-13 Thread RussGreen
OKI've changed the package ID to the question marks and tried changing the 3rd field in the product versionran the installer again and now I get... Another version of this product is already installed. Installation of this version cannot continue. . More googling for me today then.

Re: [WiX-users] Default regsearch values and upgrading

2007-10-12 Thread RussGreen
Thanks Chad, I tried that. I built the installer and installed it on a test machine. I then changed the product version from 2.3.2836.20968 to 2.3.2836.20970 and generated a new product GUIDeverything else stayed the same. I then rebuilt the MSI and ran it again on my test machine and got th

[WiX-users] Default regsearch values and upgrading

2007-10-12 Thread RussGreen
Hi, I'm new to WiX and have been trying the WiXEdit tool to build an installer. I have been working through a turorial and successfully built the initial MSI file with a custome dialog to collect user information that will be written to the registry but now I have come up against a few issues I c