Cant create Application for Reflections - Windows installer
i am trying to make a application for WRQ Reflections.
I have done the administrator install etc for reflections.
It has created me a MST file. (Test.MST)
It also has created a ini file which sets how the install is done. (Test.ini)
the INI contains.
[Settings]
Description=
Type=I
Reboot=2
Language=
Logging=/l*v+ %tmp%msiwrq.txt
Display=/qb
Properties=
[MSI1]
path=Z:APPS\Reflections12\ud12oilc.msi
SourcePath=
Transform=Test.MST
The reflections admin tool also created a shortcut which properties are
z:\APPS\Reflection12\WRQdeploy.exe z:\APPS\Reflection12\test.ini
Which when runs installs reflections with the MST file
If I go to CMD and typ WRQdeploy.exe test.ini it also installs properly
If I create a file called install.cmd and put WRQdeploy.exe test.ini
i can run the file and it installs
My question is how do I turn that into an APP
when I just create a manual app and select the Path to executable file: to
z:\APPS\Reflection12\install.cmd
When I run the app from my NAL it launches the cmd prompt and the Windows Installer box comes up and the install never starts.
ive tried creating a MSI app object and selecting the MSI as the package and then in path to executable I put z:\APPS\Reflection12\setup.exe and under common - Transform I point it to Test.MST
How can I Deploy this app?
Thanks
|