Search found 26 matches

Go to advanced search

by hhale21
Tue Aug 31, 2010 3:20 pm
Forum: Common Problems
Topic: prerequisites still missing
Replies: 1
Views: 2270
 
Jump to post

prerequisites still missing

Hello,

I added a 3rd party exe that installs some drivers as a prerequiste. It is not however an actuall msi installer exe. The exe executes and completes successfully returning 1. However I get the message "prerequisites still missing" message and the AI installer indicates the prerequiste is ...
by hhale21
Fri Jun 25, 2010 1:15 pm
Forum: Common Problems
Topic: AI build stops working
Replies: 7
Views: 7229
 
Jump to post

AI build stops working

Out of the blue I can no longer build an install Use AI 7.7. Error below.
Tried doing a repair of the AI install, no luck.

Reusing archives from cache... done.
Creating MSI database... done.
Inserting CAB file(s) into MSI... done.
Writing Summary Information... done.
Adding merge modules... done ...
by hhale21
Wed Jun 23, 2010 7:18 pm
Forum: Common Problems
Topic: Install MSI without using package chaining?
Replies: 3
Views: 4004
 
Jump to post

Re: Install MSI without using package chaining?

I am trying to install a msi using "not recommended" method described below as I only want the msi to be installed if the user chooses the feature.
I tried this method without any condition. I added the msi to the windows temp folder than created a custom action using the msi.( MSI is not a listing ...
by hhale21
Tue Jun 15, 2010 4:17 pm
Forum: Common Problems
Topic: ui dialog order with custom feature selection dialog
Replies: 2
Views: 2875
 
Jump to post

Re: ui dialog order with custom feature selection dialog

Thanks, I had tried that already. Did not work the first time but after couple more attempts it finally work. It is a bit sensitive on positioning.
Having the argument disabled implied to me that it could not be changed, thus my post.
by hhale21
Tue Jun 15, 2010 2:34 pm
Forum: Common Problems
Topic: ui dialog order with custom feature selection dialog
Replies: 2
Views: 2875
 
Jump to post

ui dialog order with custom feature selection dialog

I followed http://www.advancedinstaller.com/user-guide/qa-conditional-feature.html to a custom feature selection dialog. This works well.
I also have a LicenseAgreementDlg that was added before.
When I created the feature selection dialog, it was added after the WelcomeDlg and before the ...
by hhale21
Fri May 28, 2010 1:33 am
Forum: Common Problems
Topic: program menu folder & shortcuts
Replies: 2
Views: 3180
 
Jump to post

Re: program menu folder & shortcuts

that works thanks
by hhale21
Fri May 28, 2010 1:30 am
Forum: Common Problems
Topic: Synchronous execution, check return code
Replies: 1
Views: 2621
 
Jump to post

Synchronous execution, check return code

I have 'Synchronous execution, check return code' checked for a custom action that is in InitallFinalize.
If the return code is -1 the install stops with the message:

"There is a problem with this Windows Installer package...."

If I run the installer again I get the Modify/Repair/Remove options ...
by hhale21
Wed May 26, 2010 8:44 pm
Forum: Common Problems
Topic: program menu folder & shortcuts
Replies: 2
Views: 3180
 
Jump to post

program menu folder & shortcuts

Adding a shortcut to an installed file in the "Application Shortcut Folder" creates a shortcut in [ProgramMenuFolder]\[ProductName]\shortcut to file
I would like to have the shortcut appear in [ProgramMenuFolder]\[Manufacturer]\[ProductName]\shortcut to file
I have not been able to find a way to ...
by hhale21
Tue May 18, 2010 2:13 pm
Forum: Common Problems
Topic: Passing a parameter to a merge module
Replies: 4
Views: 5301
 
Jump to post

Re: Passing a parameter to a merge module

After more of the documentation, I am still not clear on how to pass parameters to a MSM.
This is what I have tried by the value passed to the custom action script is 'JDIR' instead of the resolved value.
This is what I have done...

I create a MSM.
I add a property to Module Details called 'JDIR ...
by hhale21
Tue May 18, 2010 5:00 am
Forum: Common Problems
Topic: Passing a parameter to a merge module
Replies: 4
Views: 5301
 
Jump to post

Passing a parameter to a merge module

I have a custom action in a merge module that calls vbs script. It needs a folder that has to be passed in from the MSI.
I have read many posts on this forum but have not managed to get the folder passed. The MSM custom action "action data" has "[JDIR]"

I have tried adding property JDIR on the ...
by hhale21
Mon May 17, 2010 11:07 pm
Forum: Common Problems
Topic: Temporary files in merge module
Replies: 1
Views: 2121
 
Jump to post

Temporary files in merge module

I added a temporary file to be used by a custom action. In the custom action "action data" I browse for the file and it adds
"[&inst]"
to the "action data" field. However it is not resolved. In an msi works ok but the same file results in "[&installhelper.js]"

Is there any limitations with temp ...
by hhale21
Thu May 13, 2010 4:47 am
Forum: Common Problems
Topic: file removal on uninstall
Replies: 1
Views: 2001
 
Jump to post

file removal on uninstall

My install is putting files in sub-folders of Common Application Data -> [|Manufacturer]->[|ProductName]
When I uninstall some files are removed others not. What controls whether the file is removed or not? Is it if they where modified since being installed?
Because if that is the case then it is ...
by hhale21
Mon Apr 19, 2010 9:27 pm
Forum: Common Problems
Topic: can't edit registry entry
Replies: 1
Views: 2347
 
Jump to post

can't edit registry entry

If I create a registry entry (Resources/Registry) then try to edit the entry by changing the data value or type, I get "The specified value name already exists. Type another name and try again."

Also if I create a registry entry, remove then try to readd using the same name I get the same error ...
by hhale21
Mon Apr 19, 2010 5:06 pm
Forum: Common Problems
Topic: custom action calling vbs script
Replies: 11
Views: 9729
 
Jump to post

Re: custom action calling vbs script

I tried moving everything to "InstallServices" with custom action deferred with no impersonation, with no success.
The properties only permit immediate execution (all other choices grayed out)



I did not modify the order. Send the project.
by hhale21
Mon Apr 19, 2010 2:25 pm
Forum: Common Problems
Topic: custom action calling vbs script
Replies: 11
Views: 9729
 
Jump to post

Re: custom action calling vbs script

That does not work, I have already tried that.
During the actual installation I see "starting services". My custom action scripts (that are not installed) fail because the files they do work on are not in their final destination. The [manufacturer] folder has not even been created yet.
After ...

Go to advanced search