Search found 39 matches

Go to advanced search

by smljoju
Fri Nov 19, 2021 2:16 pm
Forum: Common Problems
Topic: Run as Administrator shortcut checkbox not working
Replies: 3
Views: 5396
 
Jump to post

Re: Run as Administrator shortcut checkbox not working

thanks for the quick reply after further checking it seems that it was because I tried to manually edit AIP file and remove lines related to <ROW Name="ShortcutFlags.dll" SourcePath="&lt;AI_CUSTACTS&gt;ShortcutFlags.dll"/> , it seems that ShortcutFlags is used to set flag...
by smljoju
Fri Nov 19, 2021 1:33 pm
Forum: Common Problems
Topic: Run as Administrator shortcut checkbox not working
Replies: 3
Views: 5396
 
Jump to post

Run as Administrator shortcut checkbox not working

As mentioned in title, even if I check "Run as Administrator", the created shortcut does not run as admin, I have verified this by checking the advanced option of the shortcut as mentioned in viewtopic.php?p=71930#p71930
by smljoju
Wed Jul 21, 2021 7:48 am
Forum: Building Installers
Topic: Get message box result for deferred custom action
Replies: 7
Views: 11390
 
Jump to post

Re: Get message box result for deferred custom action

Hello, By modal I mean that it doesn't go behind the installer dialog, so when you click the installer dialog the message box will stay on top of the installer dialog. I think only way to do that is if I can get a IWin32Window reference to the installer dialog or get its window handle, any way to do...
by smljoju
Mon Jul 19, 2021 6:25 pm
Forum: Building Installers
Topic: Get message box result for deferred custom action
Replies: 7
Views: 11390
 
Jump to post

Re: Get message box result for deferred custom action

ok I see that it is not modal, I think I need to get the window object of the installer dialog so I can set it as owner of the message box I'm showing, any way to do that?
by smljoju
Mon Jul 19, 2021 6:05 pm
Forum: Building Installers
Topic: Get message box result for deferred custom action
Replies: 7
Views: 11390
 
Jump to post

Re: Get message box result for deferred custom action

ok right now I'm showing the message box from the separate exe, which probably cannot be modal to the installer dialog because they're different processes but if I do a custom action DLL which spawns the separate exe then handle exit code in the custom action DLL then show message box from the DLL c...
by smljoju
Mon Jul 19, 2021 9:18 am
Forum: Building Installers
Topic: Get message box result for deferred custom action
Replies: 7
Views: 11390
 
Jump to post

Re: Get message box result for deferred custom action

up! any suggestions?
by smljoju
Thu Jul 15, 2021 3:14 pm
Forum: Building Installers
Topic: Get message box result for deferred custom action
Replies: 7
Views: 11390
 
Jump to post

Get message box result for deferred custom action

Scenario is that we need to do some migration of files during installation and possibly show message box if some error occurs. Issue is that we should do migration during system modification so we set custom action as deferred, and so message box custom action also need to be deferred, but issue is ...
by smljoju
Fri Jul 02, 2021 8:58 am
Forum: Building Installers
Topic: Migrating old registry entries
Replies: 3
Views: 7524
 
Jump to post

Re: Migrating old registry entries

thanks, works like a charm
by smljoju
Wed Jun 30, 2021 1:59 pm
Forum: Building Installers
Topic: Migrating old registry entries
Replies: 3
Views: 7524
 
Jump to post

Migrating old registry entries

When are registry entries written by the installer? Use case is that we moved registry entries location and we want to migrate data from the old registry location to the new location if the new location (registry key) does not exist So on product update we would need to check if new registry key exi...
by smljoju
Mon Apr 10, 2017 8:46 am
Forum: Common Problems
Topic: Display Message Box Custom Action bug
Replies: 1
Views: 1856
 
Jump to post

Display Message Box Custom Action bug

Setting condition field for "Display Message Box" custom action doesn't seem to work, if condition is evaluated to be false, an empty OK message box still appears. Is this a known issue for version 12.4?
by smljoju
Tue Mar 21, 2017 5:52 pm
Forum: Common Problems
Topic: Command line AddUpgradeCode
Replies: 1
Views: 10616
 
Jump to post

Command line AddUpgradeCode

I'm using version 12.4 but AddUpgradeCode (http://www.advancedinstaller.com/user-g ... ecode.html) doesn't seem to be on the list of supported commands, from what version is this made available?
by smljoju
Tue Jun 07, 2016 12:47 pm
Forum: Building Installers
Topic: skip prerequisites from command line
Replies: 1
Views: 2149
 
Jump to post

skip prerequisites from command line

Is there a way to skip prerequisite installation via command line arguments?
by smljoju
Tue Apr 26, 2016 8:01 am
Forum: Building Installers
Topic: Run exe after post-install prerequisite done
Replies: 7
Views: 6017
 
Jump to post

Re: Run exe after post-install prerequisite done

Please note that you can run the related .EXE after a post-install prerequisite. Just make sure you schedule the custom action that launch the .EXE file after the Finish Execution stage from the Wizard Dialogs Stage. I have already tried this, this works without issues when NOT doing silent install...
by smljoju
Fri Mar 04, 2016 3:45 pm
Forum: Building Installers
Topic: Run exe after post-install prerequisite done
Replies: 7
Views: 6017
 
Jump to post

Re: Run exe after post-install prerequisite done

And also is there a way to only run the prerequisite on silent install?

Go to advanced search