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

How do I convert msi package to exe

CChong
By Level 11 Flexeran
Level 11 Flexeran
How do I convert a msi package to a standalone exe?
(7) Replies
You can create a setup.exe from the distribution wizard in DevStudio. That would just wrap the msi. Why do you want to do that?
CChong
By Level 11 Flexeran
Level 11 Flexeran
Because I can't seem to install my msi packages using SMS. I don't know why either because the msi package won't create a log file. Manuall running the msiexec with the package works fine.

I was hoping that by converting to exe, it might offer a temporary solution.

Any suggestions on this?

Thanks...RN
CChong
By Level 11 Flexeran
Level 11 Flexeran
Is there no way to do this in AdminStudio?
Developer or DevStudio are part of AdminStudio. Not sure if wrapping it in a setup.exe will solve that problem.
CChong
By Level 11 Flexeran
Level 11 Flexeran
I'm new to AdminStudio, can you point me to the options to run in order to create the exe file?

Thanks...Rohit
Do you have the ism file? If so double click on it. This will launch DevStudio (or Developer). Then use the release wizard option. You will find a create a setup.exe option in there.
CChong
By Level 11 Flexeran
Level 11 Flexeran
Thanks for your help on this, I was able to create a setup.exe. How do you specify if you want the exe to uninstall or reinstall, etc?