Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

strange behaviour -.iss


6 replies to this topic

chris tyghe

chris tyghe
  • Members
  • 26 posts

Posted 01 October 2003 - 04:20

Hello,

I have a child install which:
1. silently uninstalls any older exisiting versions of itself
2. installs itself

Since I also require step 2 to be silent, I created a .iss file.

When I run this install on its' own (without the -s switch) it works perfectly. However, once I call it from the parent install with the -s switch, it exhibits some stange behaviour. The files & registry entries complete successfully, however it will not leave any data in the C:\Program Files\InstallShield Installation Information area. huh.gif

Therefore, it does not appear in the add/remove programs area.

Any ideas?

Thank-you in advance


Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 01 October 2003 - 13:57

Does the same thing happen if you silently run the child install outside of your setup? Like just through Start | Run?
user posted image

chris tyghe

chris tyghe
  • Members
  • 26 posts

Posted 01 October 2003 - 14:28

Hello,

Yes the same thing happens and a setup.log is created. It has a ResulrCode of 0:


[InstallShield Silent]
Version=v6.00.000
File=Log File
[ResponseResult]
ResultCode=0
[Application]
Name=X Pro
Version=2.4.2
Company=X Corporation
Lang=0009

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 01 October 2003 - 16:33

And if you run it normally, as in non-silently, then that additional data is copied and the Add/Remove Programs entry is filled, right?

Edited by Taco Bell, 01 October 2003 - 16:33.

user posted image

chris tyghe

chris tyghe
  • Members
  • 26 posts

Posted 01 October 2003 - 16:40

You are correct.

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 01 October 2003 - 22:20

When you generated the ISS file, was the program already installed? Maybe that's why it's missing this information.

If so, try regenerating it on a clean box.
user posted image

chris tyghe

chris tyghe
  • Members
  • 26 posts

Posted 01 October 2003 - 22:22

Yes, I generated the ISS file with the program already installed.