/build/static/layout/Breadcrumb_cap_w.png

Sapien Technologies PrimalScript 2009

Version: 5

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 3.2k  |  Created: 01/05/2010

Average Rating: 0
PrimalScript 2009 has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 3 / 5 (Average) based on 1 ratings
Most Commonly Reported Deployment Method
Windows Installer with Custom Transform (MST)
2
Note
I utilized Wise Package Studio to create and edit the mst. I also modified the [INSTALLDIR] property to fit our standards. Please keep that in mind when reviewing the code below.

To prepare for a silent installation that integrates the user-based licensing:

* Extract "PrimalScript 2009.msi" and "Data1.cab" from the supplied "PrimalScript2009.exe"
* Copy and past the following text into notepad and save as LicenseConfig.reg. Replace "YourCompanyName" with the name of your company and "Enter your License Key Here" (there are 3 entries) with your valid license key.

===========start registry file===========
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\SAPIEN Technologies, Inc.\PrimalScript\2009\Settings]
"Company"="YourCompanyName"
"Name"=" "
"HelpImport"=dword:00000001
"ForceToolScan"=dword:00000000
"ActiveToolTab"=".NET Tools"
"FirstRun"=dword:00000000
"Serial Key"="Enter your License Key Here"

[HKEY_USERS\.DEFAULT\Software\keys\{36862009-1963-898D-B38A-09A56842A47A}]
"data"=dword:2efec558
"Key"="Enter your License Key Here"

[HKEY_USERS\.DEFAULT\Software\dip]

[HKEY_USERS\.DEFAULT\Software\dip\{36862009-1963-898D-B38A-09A56842A47A}]
"data"=dword:2efec558
"Key"="Enter your License Key Here"
===========end registry file===========

* I then made InitiateReg.exe (using WiseScript) which simply Executes %WIN%\regedit.exe /S "%INSTALLDIR%\ActiveSetup\LicenseConfig.reg"
* I created and copied LicenseConfig.reg and InitiateReg.exe to [INSTALLDIR]\ActiveSetup

* Copy and past into notepad the text below and save as ActiveSetup.reg:

=============Start registry===========
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{9F429A54-8538-40A8-BBC6-4EF39302CD33}]
"ComponentID"="PrimalScript 2009"
"StubPath"="C:\\Program Files\\PrimalScript 2009\\ActiveSetup\\InitiateReg.exe /s"
"Locale"="EN"
"DontAsk"=dword:00000002
"IsInstalled"=dword:00000001
@="Configuring PrimalScript User Licensing"
=============end registry===========

* Import ActiveSetup.reg into your mst
* Compile

* Deploy via GPO, SCCM, etc.

When PrimalScript is installed Active Setup will configure the licensing information for each user that logs into the machine. Either a reboot or log-off/log-on will be required after the installation in order to initiate Active Setup.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

PrimalScript 2009

Version

5

Questions & Answers (0)

Questions & Answers related to Sapien Technologies PrimalScript 2009

Blogs (0)

Blog posts related to Sapien Technologies PrimalScript 2009

Reviews (0)

Reviews related to Sapien Technologies PrimalScript 2009

 
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