My installer, which works fine on XP, fails on Vista with "access
denied" messages.  It happens during a CustomAction which looks like
this:

    <CustomAction Id="build_usual_image"
                  Directory="INSTALLDIR"
                  ExeCommand='[SystemFolder]cmd.exe /v:off /c 
build\build-usual-image.bat "[INSTALLDIR]" "[INSTALLDIR]scheme" 
"[INSTALLDIR]scheme48.image" "[INSTALLDIR]scheme48vm.exe" 
"[INSTALLDIR]build\initial.image"'
                  Impersonate="no"
                  Return="check" />

The batch file invoked from the CustomAction seems to fail on echo'ing
to a file in the installation directory.  (I'm unclear what a
CustomAction with Impersonate="no" can actually do, and if there are
any restrictions.)

Ideas, anyone?

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to