This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- setup.exe file name
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 08, 2010
03:34 PM
setup.exe file name
Hello,
I have a Basic MSI project and I want to generate a single setup.exe but with a custom file name (MyProjectSetup.exe).
I set up in Releases / Product Configuration view - General page the Setup File Name = MyProjectSetup.
When I build it I get the MyProjectSetup.exe.
But when I use the Standalone engine, with exactly the same project, I always get only setup.exe file.
What do I miss?
Thanks,
Ioan
I have a Basic MSI project and I want to generate a single setup.exe but with a custom file name (MyProjectSetup.exe).
I set up in Releases / Product Configuration view - General page the Setup File Name = MyProjectSetup.
When I build it I get the MyProjectSetup.exe.
But when I use the Standalone engine, with exactly the same project, I always get only setup.exe file.
What do I miss?
Thanks,
Ioan
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 12, 2010
05:47 PM
Ioan,
What Product Configuration and Release are you setting the setup.exe name in? I believe if you do not specify which configuration and release you are using, the Standalone uses "Product Configuration 1" and "Release 1" as defaults, which may not correspond to your configuration and release.
You can set the configuration and release for the Standalone build via the command line switches -a and -r .
For example, if your project was C:\MyProject.ism, your Product Configuration was MyProductCfg, and your Release was MyRelease, you would use the following command line:
IsCmdBld.exe -p C:\MyProject.ism -a MyProductCfg -r MyRelease
Hope this helps!
~Manfred
What Product Configuration and Release are you setting the setup.exe name in? I believe if you do not specify which configuration and release you are using, the Standalone uses "Product Configuration 1" and "Release 1" as defaults, which may not correspond to your configuration and release.
You can set the configuration and release for the Standalone build via the command line switches -a
For example, if your project was C:\MyProject.ism, your Product Configuration was MyProductCfg, and your Release was MyRelease, you would use the following command line:
IsCmdBld.exe -p C:\MyProject.ism -a MyProductCfg -r MyRelease
Hope this helps!
~Manfred
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 13, 2010
09:01 AM
Manfred,
The 2 parameters specify just the output folders structure.
The result file is still setup.exe:
"...\MyProductCfg\MyRelease\Disk Images\Disk1\setup.exe".
Thanks anyway,
Ioan
The 2 parameters specify just the output folders structure.
The result file is still setup.exe:
"...\MyProductCfg\MyRelease\Disk Images\Disk1\setup.exe".
Thanks anyway,
Ioan