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

ReleasePackager.exe Not working

I have been Installshield 2008 in which I am using "Installscript MSI" project.
I have the problem of Integrating an Icon to the final executable file("setup.exe").

I was trying to achieve it through "ReleasePackager.exe" and this is what the contents in the batchfile I m using..

ReleasePackager.exe "C:\InstallShield 2008 Projects\eMail Campaign Manager\Email Campaign Manager\Build\DiskImages\DISK1"
"C:\InstallShield 2008 Projects\eMail Campaign Manager\Email Campaign Manager\Build\Package\ecm.exe" "C:\Iconfile\103.ico" 2



Details:
C:\InstallShield 2008 Projects\eMail Campaign Manager\Email Campaign Manager\Build\DiskImages\DISK1 - Ths is the path where my setup.exe is present


C:\InstallShield 2008 Projects\eMail Campaign Manager\Email Campaign Manager\Build\Package\ecm.exe - This is where I m trying to move with the name "ecm.exe"


C:\Iconfile - This is where the Icon file is present with the name "103.ico"

Icon-Index - My passing value 2..

I m executing my Batch file from the path"C:\Program Files\Macrovision\IS2008" with the name "single_exe.bat"

What is the change should I have to do in this??


Or

Is there any other means to achieve this??


Any help would be greatly appreciated.
Labels (1)
0 Kudos
(1) Reply
mehajure
Level 3

Hi,

on my oppinion this tool is only for use with Installscript projects. In this case you can set the icon in the IDE too .
In the Setup.exe Tab select the Single Exe Icon File . 😉
0 Kudos