[WiX-users] Creating Internet Shorcuts

2009-05-07 Thread slmnow
I'm getting this error msg: ICE38: Component ApplicationShortcut installs to user profile. It's KeyPath registry key must fall under HKCU. C:\Documents and Settings\mcgeed.PASA\Desktop\Kiss2009r011_050609\DejaVu Setup\Setup.wxs Source: http://www.wixwiki.com/"/>

Re: [WiX-users] Retriving msiexec command-line options

2009-04-30 Thread slmnow
100% agree. I should have put more thought into your last point. While this code has worked in my testing, I seriously doubt I could get away with using it in a final build. Bob Arnson-6 wrote: > > slmnow wrote: >> Maybe I didn't explain this well. Anyway I

Re: [WiX-users] Retriving msiexec command-line options

2009-04-29 Thread slmnow
t UILevel=3 Now I know if the user supplied the /passive switch or if the user initiated a normal uninstall. My tests confimed that: COMMANDLINE = 'C:\...msiexec.exe /i {ProductCode}' during normal ARP uninstall COMMANDLINE = 'C:\...msiexec.exe /i {ProductCode} /passive' whe

Re: [WiX-users] Retriving msiexec command-line options

2009-04-23 Thread slmnow
land No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > > > > -Original Message- > From: slmnow [mailto:slm...@hotmail.com] > Sent: 23 April 2009 14:55 > To: wix-users@lists.source

[WiX-users] Retriving msiexec command-line options

2009-04-23 Thread slmnow
Retrieving msiexec command-line options Anyone knows how to retrieve the command-line options used to start installer? I understand how to pass/retrieve properties like "PROPERTY=PropertyValue" via command line but I have no idea how to retrieve options like /quiet /passive etc. Example: msiexe

Re: [WiX-users] Condition for detecting minor upgrade

2009-04-22 Thread slmnow
I trying to do the same thing. I found this. http://msdn.microsoft.com/en-us/library/aa372380(VS.85).aspx http://msdn.microsoft.com/en-us/library/aa372380(VS.85).aspx Johan Appelgren wrote: > > Hi, > > I'm attempting to create a customized UI sequence that when upgrading > or patching only