Jul 16, 2010
11:42 AM
Hi, Do you find a solution for what you need? If so, can you share with me. I ran into the same issue. Thanks.
... View more
Apr 08, 2009
01:37 PM
I came across your post and this link on MSDN when I was searching for the related topics. This is what you need to do for your AddTotalTicks function: function AddTotalTicks(hInstall) //Immediate Execution OBJECT rec; begin set rec = MsiCreateRecord(2); MsiRecordSetInteger(rec, 1, 3); MsiRecordSetInteger(rec, 2, 5000000); MsiProcessMessage(hInstall, INSTALLMESSAGE_PROGRESS, rec); end; It works for me.
... View more
Latest posts by chiheng
Subject | Views | Posted |
---|---|---|
681 | Jul 16, 2010 11:42 AM | |
773 | Apr 08, 2009 01:37 PM |
Activity Feed
- Posted Re: Always overwrite as a Global Setting on InstallShield Forum. Jul 16, 2010 11:42 AM
- Posted Re: Updating the ProgressBar on InstallShield Forum. Apr 08, 2009 01:37 PM