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

ISCmdBld doesn't uninstall correctly but GUI does

When I call ISCmdBld on Installshield Pro 12 and 2008, on uninstall the directory created is not removed but its contents are. If I build using the GUI all is fine.
Using Installshield 11 and ISBuild works fine.

"C:\Program Files\InstallShield 2008\System\ISCmdBld" -p "\path\to\x.ism"

The directory created would be:
C:\Program Files\Common Files\Nokia\DataPackage\Products\RM-(3 digits)

The RM-xxx is not removed.
Labels (1)
0 Kudos
(5) Replies
esiemiat
Level 9

Try specifying the release you wish to build using the -r switch.
0 Kudos
lancess
Level 3

I used to have a CD-ROM directory which now is called 1.0 since I used -r 1.0

In here there is no Package directory containing the installer, I can't find it anywhere. I don't receive any errors or warnings during the build.
0 Kudos
esiemiat
Level 9

Under the releases view in the IDE are the names of the releases and configurations you are using. The -R switch takes a release name listed here as a parameter and the -A switch takes the name of a configuration. Note that these are case sensitive and will create a new release if one is not specified or is spelled incorrectly. I have experienced similiar issues in the past when I did not correctly specify which release I wanted to use.
0 Kudos
lancess
Level 3

Yes, I should have used -r "CD-ROM", I tried for IS 12 and it doesn't solve uninstall issue.
0 Kudos
lancess
Level 3

For IS 14 it uninstalls first time fine but 2nd time (after reinstall) leaves this empty directory.
0 Kudos