/build/static/layout/Breadcrumb_cap_w.png

how to write a vbscript for giving writ permission for google sketchup pro application?

googleSketchup pro application


0 Comments   [ + ] Show comments

Answers (3)

Posted by: terebent 10 years ago
Second Degree Brown Belt
2

Use this tool: http://helgeklein.com/setacl/  - you only have to copy the setacl.exe in the same folder with the setup and add the bellow line in the installation script after installation. You have to modify it to grant rights on what you want. In the link you can find the documentation also.

 Dim objWSH
Set objWSH = CreateObject("WScript.Shell")


objWSH.Run """" & strScriptPath & "\setacl.exe"" -on ""HKLM\SOFTWARE\Wow6432Node\IBM\Client Access\CurrentVersion"" -ot reg -actn ace -ace ""n:users;p:full""",,True 'set full rights to Users group.

 

Posted by: jaybee96 10 years ago
Red Belt
1

1.Extract msi out of exe

2. use xcalcs , cacls, secedit or similar.

3. Or Use Installshield to set the permissions.

more info : itninja resources or Google.


Comments:
  • fiels / folders / registry.. doesn''t matter ... installShield saves your day ;-) - jaybee96 10 years ago
Posted by: jagadeish 10 years ago
Red Belt
1

Permission to Folder/Files or Registry????

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ