Re: [WiX-users] RemoveFile and RemoveFolder confusion

2006-12-04 Thread Rob Hamflett
According to the docs, the path given when using a Property element needs to resolve to the full path. Rob Magus wrote: > I get an error when trying to run the application if I have those liines of > code in. "Could not access network Location Saves". Note that this is > while trying to instal

Re: [WiX-users] RemoveFile and RemoveFolder confusion

2006-12-01 Thread Magus
I get an error when trying to run the application if I have those liines of code in. "Could not access network Location Saves". Note that this is while trying to install the app. I have not been able to get to uninstall with thsese lines of code active. Rob Hamflett wrote: > > You don't need

Re: [WiX-users] RemoveFile and RemoveFolder confusion

2006-12-01 Thread Rob Hamflett
You don't need the square brackets round your property name in [EMAIL PROTECTED] It wants the actual property name, not it's value. Rob Magus wrote: > I am trying to add some RemoveFile/RemoveFolder. I've looking for an example > on the setup work. I have not found an example that has the Pr

[WiX-users] RemoveFile and RemoveFolder confusion

2006-11-30 Thread Magus
I am trying to add some RemoveFile/RemoveFolder. I've looking for an example on the setup work. I have not found an example that has the Property Option filled out. Here it what I have I have a setup project that uses MsiSetProperty(g_hInstall, "Saves", szLocationof