Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WWI 5 Installer won't register .WSC file

Status
Not open for further replies.

EpiDevel

Programmer
Jul 15, 2010
1
0
0
US
My project needs a Windows Scripting Component (.wsc) to be registered. No problem getting .dll's to register, but stuck on this. End users can manually register the .wsc file after installing the package (using regsvr32 or R-click file and select "register"), but we need the installer to register. Using Wise for Win Installer 5.0 Pro

Can't figure out how. Any help much appreciated...

Tried: File Details | Self-registration |
Registration Method=Unordered (normal Windows behavior) and
Registration Method=Use order specified below

Tried custom action: "Execute Program From Destination" specifying INSTALLDIR as the working directory and for EXE and Command Line I have: regsvr32.exe myfile.wsc

Alternative will be to create a .dll, but trying to keep it simple.

Many thanks in advance if you can give some advice... EpiD
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top