Re: [WiX-users] Problems in running vbscript during install

2007-11-23 Thread Daryn Mitchell
Your CustomAction needs to be defined differently. Instead of ExeCommand, use VBScriptCall='' (value = blank to just run the script, or put the name of the VBScript function). ExeCommand attribute tries to execute an EXE, not run VBScript. Also I'm pretty sure that deferred custom actions have to

Re: [WiX-users] Problems in running vbscript during install

2007-11-23 Thread Szentpali Janos
chandan Koushik wrote: > Hi All, > I apologize for posting this if it has been answered several times but I am > unable to get this working.I am using wixV3 .I just want to call a vbscript > file which sets permission for user.It takes folder name as argument. > when i run it from the command line