error 170
I'm trying to run the following script as a custom action:
Dim fso, f
Set fso = CreateObject("WScript.Shell")
f.RegWrite "HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\Hummingbird\", 1, "REG_SZ"
f.RegWrite "HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\Hummingbird\StubPath", "C:\Program Files\Hummingbird\RegDelCU.vbs", "REG_SZ"
f.RegWrite "HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\Hummingbird\Version", "1", "REG_SZ"
f.RegWrite "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce\DELCU", "C:\Program Files\Hummingbird\RegDelKeyCU.vbs", "REG_SZ"
I get an error 1720. Can anyone shed some light? I appreciate any help
Dim fso, f
Set fso = CreateObject("WScript.Shell")
f.RegWrite "HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\Hummingbird\", 1, "REG_SZ"
f.RegWrite "HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\Hummingbird\StubPath", "C:\Program Files\Hummingbird\RegDelCU.vbs", "REG_SZ"
f.RegWrite "HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\Hummingbird\Version", "1", "REG_SZ"
f.RegWrite "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce\DELCU", "C:\Program Files\Hummingbird\RegDelKeyCU.vbs", "REG_SZ"
I get an error 1720. Can anyone shed some light? I appreciate any help
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
MSIPackager
18 years ago
Posted by:
slb
18 years ago
Posted by:
brenthunter2005
18 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.