Transform In 11.5 Admin studio
Please help me to create transform in Admin Studio 11.5 Sp1
I have an msi and liscense information which needs to paste that in help\update liscense
As that I'm new to 11.5 didn't understand how to do as this is totally different from previous one.
Please help me with a clear information please
Answers (2)
Nothing has changed in AdminStudio 11.5 for creating MST files for at least 8 years or so..;-)
use Tuner or Installshield Editor (open MSI and then save as.. MST)
Comments:
-
But I have to launch the application and need to pass the license information in help\update license. If I open Msi and save as MST how can I pass this liscense. - vinodreddy10 11 years ago
-
on the commandline when running the MSI installation use
Msiexec.exe /i <path to msi> TRANSFORMS=<path to mst> - pjgeutjens 11 years ago
-
If license key is entered during dialogs, you can create a response transform ( here you can run the full UI and populate all the variables asked) or open the MST and go directly to the Property that needs to be populated. - jaybee96 11 years ago
Seriously? After all this time packaging, you're asking this question?
- Install the app
- Start a capture
- Add the license
- Stop the capture
- Merge the registry and/or file components into the package
- Book a refresher training course!
Comments:
-
also true!! ;-) - jaybee96 11 years ago