Using ISX 3.51
I have set Disable Change Button option on my project's general information
section to Yes. However, when I re-run my installer on a machine that it
was already installed on, my user still is given the option to modify,
repair, or remove. I want the modify option removed since my install has no
options, so the modify dialog is blank, which makes no sense and is going to
cause tech support calls from users. Can anyone tell me how to achieve
this? It seems to me that this is supposed to be achieved by setting the
above option to Yes. But ISX35 isn't doing that.
Thanks.
Heather
"Heather B." <heat...@NOSPAM.attglobal.net> wrote in message
news:3b95...@news.installshield.com...
To get rid of the Modify button you are talking about, you can edit
the MSI file. I can provide details, if you're interested.
Jim Shawver
BCC Software
I'm very interested. Thanks!
Heather
"Jim Shawver" <ji...@bccsoftware.com> wrote in message
news:3b97aca7...@news.installshield.com...
I am very interested too. Will you place the solution on this board?
Maurits
"Jim Shawver" <ji...@bccsoftware.com> wrote in message
news:3b97aca7...@news.installshield.com...
1. In the Property table, change the value of the _IsMaintenance
property to Reinstall.
2. In the RadioButton table, there are 3 entries with a Property of
_IsMaintenace. Delete the row with Value = Change.
3. In the Control table, find the entries for the Maintenance Dialog.
Delete the rows for controls Ico1 and Text1.
The next time you run the installer, if you don't see the changes you
made to the Maintenance dialog, the installer is probably running the
MSI file that is cached on the local machine. To force it to use your
new MSI file, set REINSTALLMODE = vomus in the Property table or in
the CmdLine entry of SETUP.INI.
That should do it. Of course, every time you rebuild from ISX, it will
overwrite the changes you made.
Jim Shawver
BCC Software
On Thu, 06 Sep 2001 17:47:12 GMT, ji...@bccsoftware.com (Jim Shawver)
wrote:
Maurits
"Jim Shawver" <ji...@bccsoftware.com> wrote in message
news:3b9fd29d...@news.installshield.com...
CmdLine= REINSTALLMODE=vomus
Jim Shawver
BCC Software