No entry in the ADD/REMOVE Programs list

Got a problem you cannot solve? Try here.
Post Reply
wxperson99
Posts: 63
Joined: Sun Jul 13, 2014 3:28 pm

No entry in the ADD/REMOVE Programs list

Post by wxperson99 »

Hi,

Is there a way to prevent a very small installer I have from creating an entry in the Add/Remove Programs list?

Thanks,

George
FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: No entry in the ADD/REMOVE Programs list

Post by FrancescoT »

Dear George,

Please have a look at the following link.
http://www.installaware.com/forum/viewt ... 00&start=0

Regards
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
wxperson99
Posts: 63
Joined: Sun Jul 13, 2014 3:28 pm

Re: No entry in the ADD/REMOVE Programs list

Post by wxperson99 »

So if I read this correctly.

Provided I don't execute the APPLY INSTALL command it will not show up in the ARP list.

My script has NATIVE_ENGINE set to true... so I guess I will just remove the apply intall commands.

Sound correct?
FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: No entry in the ADD/REMOVE Programs list

Post by FrancescoT »

Dear George,

this also depends if you used the "DELAYUNTIL_APPLYCHANGES" pre-defined variable with your native code.

"DELAYUNTIL_APPLYCHANGES: This variable has no effect unless the native code setup engine is being used. Initially FALSE. If this variable is set to TRUE, the native code setup engine will attempt to emulate the behavior of the Windows Installer setup engine by deferring the execution of setup actions until Apply Install has been called. While this may reduce some setup agility, it may be useful in circumstances when emulating setup behavior found in older InstallAware versions is necessary."

So if you used the DELAYUNTIL_APPLYCHANGES pre-defined variable, remove or set it to FALSE and then skip the Apply Install call.

Regards
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Post Reply