Re: Installing new wodUpdSv.exe with Installshield - WeOnlyDo Discussion board

Re: Installing new wodUpdSv.exe with Installshield (General questions)

by wodSupport, Monday, February 02, 2009, 23:21 (5772 days ago) @ alexandreo

Alex,

ok, request update again (or download DEMO if you're still evaluating) and try it now. You will be able to do this in DownloadDone event:

wodAppUpdate1.Files(0).Permissions( Everyone ) = PermRead + PermWrite + PermExecute

please note that this will be effective only if this is new file on the system - if you are only replacing or updating files, it will keep it's permission settings. But I believe this will solve your problems.

Besides 'Everyone' you can use any group name, user name, or well known SID (best way to do it!), refer here: http://msdn.microsoft.com/en-us/library/aa379649(VS.85).aspx

Regards,
Kreso


Complete thread: