Re: [WiX-users] why am I getting a UAC prompt with my MSI?

2007-04-11 Thread Bob Arnson
Patrick Schmid wrote: > Thank you! Is there a way to set this property in a wix file or do I have to > use msiinfo.exe after I created the MSI? > See Package/@InstallPrivileges. -- sig://boB http://bobs.org - Take Surv

Re: [WiX-users] why am I getting a UAC prompt with my MSI?

2007-04-11 Thread Patrick Schmid
id > Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] why am I getting a UAC prompt with my MSI? > > Hi Patrick, > > You should probably set the msidbSumInfoSourceTypeLUAPackage bit in > the Summary information stream. > > see the section Ele

Re: [WiX-users] why am I getting a UAC prompt with my MSI?

2007-04-11 Thread Stefan Pavlik
Hi Patrick, You should probably set the msidbSumInfoSourceTypeLUAPackage bit in the Summary information stream. see the section Elevation Privleges Not Required in http://blogs.msdn.com/windows_installer_team/archive/2005/11/03/488945.aspx or http://msdn2.microsoft.com/en-us/library/aa372870.as

[WiX-users] why am I getting a UAC prompt with my MSI?

2007-04-11 Thread Patrick Schmid
I am trying to make my program Vista standard-user installable, but I just don't understand why I am getting a UAC prompt. I am using wix3 to create the MSI file. All it does is: - create a folder and a subfolder in the AppDataFolder - put two DLLs there (no registration of them at all, just pla