cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Windows installer error message

CChong
By Level 11 Flexeran
Level 11 Flexeran
I got this error after creating MST and Setup.exe (using Packaging Wizard). It hapened on more than one packages.
Any idea??
(4) Replies
Find the setup.ini file in the release folder that was generated after running the Packaging Wizard. Open it up in notepad and check the [Startup] section. Under this section you will see a line CmdLine= . What command-lines are listed to the right of the equal sign in your case?

Regards,
Adam
CChong
By Level 11 Flexeran
Level 11 Flexeran
Herte is the entry in setup.ini file:

CmdLine=qb- TRANSFORMS="filename.mst"

Is this OK??

Thank you for your help.
Try,

CmdLine=/qb TRANSFORMS="filename.mst"

This should work as long as you used a Basic MSI project to build your base MSI.

Regards,
Adam
CChong
By Level 11 Flexeran
Level 11 Flexeran
It works fine now!
Thank you very much for your help.