Compiling MSI in Wise Package Studio
Hello all
Concerns: Windows Package Studio 6.0 Pro Edition using share point config.
Everytime I perform a snapshot of an installation, at the end Wise collects all files and performs some kind of 'compile' and saves the WSI file in the project's folder.
Afterwards I have to open Windows Installer Editor to actually compile the MSI file (compress files into MSI file).
I find this really annoying because I'm used to, like with SMS Installer, compile directly in an EXE or MSI file.
Am I doing something wrong here? I've checked all possible options in the Share Point configuration and such...
edit:
Actually what I want as end-result is just the compiled MSI file in the project's folder, nothing more, nothing less.... is this possible??
Concerns: Windows Package Studio 6.0 Pro Edition using share point config.
Everytime I perform a snapshot of an installation, at the end Wise collects all files and performs some kind of 'compile' and saves the WSI file in the project's folder.
Afterwards I have to open Windows Installer Editor to actually compile the MSI file (compress files into MSI file).
I find this really annoying because I'm used to, like with SMS Installer, compile directly in an EXE or MSI file.
Am I doing something wrong here? I've checked all possible options in the Share Point configuration and such...
edit:
Actually what I want as end-result is just the compiled MSI file in the project's folder, nothing more, nothing less.... is this possible??
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
yarborg
18 years ago
Posted by:
MSIPackager
18 years ago
Posted by:
renio
18 years ago
Posted by:
MSIPackager
18 years ago
Nope, that's not it. In fact it's not in the Windows Application template at all...! In order to capture directly to an MSI I belive you have to configure a custom command line for the setup capture tool (which you do in the process template setup) - there are a few examples there already which are all setup for [FileName].wsi
You can either modify and use one of the examples or create a new command line - ensuring you are using the /tgt= switch (e.g. /tgt="[ProjectDir]\[FileName].msi). Now, when you create a new project and run the setup capture tool from your process it will compile an MSI immediately, rather than an WSI first.
The Windows Application template I mentioned is where you can specify other defaults - such as Add/Remove Programs and Media options.
Hope it helps,
Rob.
You can either modify and use one of the examples or create a new command line - ensuring you are using the /tgt= switch (e.g. /tgt="[ProjectDir]\[FileName].msi). Now, when you create a new project and run the setup capture tool from your process it will compile an MSI immediately, rather than an WSI first.
The Windows Application template I mentioned is where you can specify other defaults - such as Add/Remove Programs and Media options.
Hope it helps,
Rob.
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.