My install places files in a sub folder from program files, it also installed
DLLs into system 32, but I have changed this to the same program files sub
folder.

Now I have two problems. The first is the install needing permission on
Vista, probably because I am installing files to a sub folder of program
files.  Our software sometimes gets installed on networked PCs in large
companies, so  I would like to avoid needing permission, because IT
departments can be very slow at coming out to log in as administrator.  We
have a digital signature, all exe are signed as is the  MSI.

The second problem is I place an un-install link using the following:

        <Shortcut Id='Uninstallshortcut' Directory='ProgramMenuDir'
Name='Uninst' LongName='Uninstall My Program' Target='[ShortCutDir]'
Arguments='/x {My GUID}' />
        <Property Id='ShortCutDir' Value='msiexec.exe'/>

When I install the software I get the permission message with the our
certificate details on it, but when I use this un-install link it shows
unknown publisher.  Anyway around this?

Thanks,
Andrew
-- 
View this message in context: 
http://www.nabble.com/Privileges-on-Vista-tf3607148.html#a10077831
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to