Search found 8 matches

Go to advanced search

by blak3r
Tue Jun 04, 2013 8:20 am
Forum: Feature Requests
Topic: Support for generating MSI installers from linux
Replies: 19
Views: 38581
 
Jump to post

Re: Support for generating MSI installers from linux

I was curious if there was ever any progress on this.

I don't need to be able to do anything in the GUI on my linux box. I simply want to run command line to have it build.
So, is it possible to take my .aip file and a directory of binaries and run a script on linux (in wine)?

Was unclear whether ...
by blak3r
Mon Mar 12, 2012 8:12 pm
Forum: Common Problems
Topic: Cannot add dll to project
Replies: 10
Views: 37307
 
Jump to post

Re: Cannot add dll to project

I also had this issue when I built using 7.7 pro.
Interestingly it only occurred when I built it on windows 7. When I went back to my old machine which was windows 2003 it built without an error.

I then upgraded my Advanced Installer to version 8.9 and the problem went away. So, it appears to have ...
by blak3r
Mon Aug 10, 2009 3:57 pm
Forum: Feature Requests
Topic: MSI Command Line to prevent Start Menu Shortcuts?
Replies: 3
Views: 9677
 
Jump to post

Re: MSI Command Line to prevent Start Menu Shortcuts?

Hi Gabriel,

Thanks for your response.

It's unclear to me how you create a "Start menu shortcut" show up as a "resource" that could could then be placed into a component on the Organization page. The conditional logic which can be applied to a component makes sense.

Regards,
Blake Robertson
by blak3r
Fri Aug 07, 2009 8:48 pm
Forum: Feature Requests
Topic: MSI Command Line to prevent Start Menu Shortcuts?
Replies: 3
Views: 9677
 
Jump to post

MSI Command Line to prevent Start Menu Shortcuts?

Is there a way to pass an option to an msi to prevent it from installing the Start Menu Shortcuts?
by blak3r
Tue Jun 30, 2009 12:49 am
Forum: Feature Requests
Topic: SOLVED: Overwrite a installed file with 1 located in MSI dir
Replies: 6
Views: 10123
 
Jump to post

Re: Overwrite a installed file with one located in MSI directory

Thanks to cosmin I now have a working solution. In case anyone else is interested here is what you need to do.

Under the Custom Actions. Add the InstallFinalize "InstallExecuteSequence". Do this by right clicking in the Install Sequence area selecting "Show Standard Action" -> Before Finalization ...
by blak3r
Thu Jun 25, 2009 1:01 am
Forum: Feature Requests
Topic: SOLVED: Overwrite a installed file with 1 located in MSI dir
Replies: 6
Views: 10123
 
Jump to post

Re: Overwrite a installed file with one located in MSI directory

Cosmin,

I'm having some issues with writing a custom action to perform a simple copy action... observations:

a) Function Name: doesn't seem to work. I always get an error. I found if i didn't use a function name at all the script would run. Documentation isn't very clear on this.

b) From the ...
by blak3r
Mon Jun 22, 2009 10:16 pm
Forum: Feature Requests
Topic: SOLVED: Overwrite a installed file with 1 located in MSI dir
Replies: 6
Views: 10123
 
Jump to post

Re: Overwrite a installed file with one located in MSI directory

Is there anyway this method could be used to overwrite a file which is installed?
I want to be able to overwrite a default file.
by blak3r
Wed Jun 17, 2009 7:50 pm
Forum: Feature Requests
Topic: SOLVED: Overwrite a installed file with 1 located in MSI dir
Replies: 6
Views: 10123
 
Jump to post

SOLVED: Overwrite a installed file with 1 located in MSI dir

I'd like to let customers customize the files which get installed by letting them putting a logo1.gif file in the same directory as the MSI.
During a commit phase I'd like for it to check for the existence of such a file and if it exists copy it to the install directory.

I could create a hardcoded ...

Go to advanced search