Search found 12 matches

Go to advanced search

by fazza
Fri Dec 16, 2011 5:28 pm
Forum: Common Problems
Topic: Creating custom toolbox controls installer problem
Replies: 3
Views: 3508
 
Jump to post

Re: Creating custom toolbox controls installer problem

Hi Mihai, I am creating a "Visual Studio Extensions". I have a "CustomUserControls.dll" that contain custom controls implementation. I want to add the custom controls to my Visual Studio 2010 toolbox from the installer. From the following link http://www.advancedinstaller.com/vsi...
by fazza
Thu Dec 15, 2011 5:34 pm
Forum: Common Problems
Topic: Creating custom toolbox controls installer problem
Replies: 3
Views: 3508
 
Jump to post

Creating custom toolbox controls installer problem

Hi All, In short, I am struggling to get VSIX created using advanced installer to work as I expect. Long story, I am now learning how to create visual studio custom toolbox controls installer using VSIX to be later on added to my SDK installer. From what I understand, the great feature of VSIX is th...
by fazza
Thu Sep 16, 2010 4:55 pm
Forum: Feature Requests
Topic: Sequence Number and Folder Synchronize
Replies: 7
Views: 9910
 
Jump to post

Re: Sequence Number and Folder Synchronize

The duplicate sequence number occurs during conflict resolving or merging in versioning systems. Both have version 1.1 of installer.aip Developer A adds somefile32.exe to the project, next sequence number is 203, doesn't commit yet Developer B adds somefile64.exe to the project, next sequence numbe...
by fazza
Mon Sep 13, 2010 1:05 pm
Forum: Feature Requests
Topic: Sequence Number and Folder Synchronize
Replies: 7
Views: 9910
 
Jump to post

Sequence Number and Folder Synchronize

Sequence Number I have an aip project that everytime i added a file, the sequence number is a duplicate number from other file. There is no way to find the seed number or to find out what is the next sequence number. I did what people suggested, re-adding the files or editing the table editor, but ...
by fazza
Wed Aug 18, 2010 5:05 pm
Forum: Common Problems
Topic: Show error when chained packages failed
Replies: 4
Views: 8911
 
Jump to post

Re: Show error when chained packages failed

The problem is that the user will not be informed about any error appeared during the installation of the chained packages. This behavior is controlled entirely by Windows Installer. However, you could try creating a custom action that executes on rollback to inform the user about the error. I see....
by fazza
Wed Aug 18, 2010 2:18 pm
Forum: Common Problems
Topic: Show error when chained packages failed
Replies: 4
Views: 8911
 
Jump to post

Re: Show error when chained packages failed

Hi Mihai, Thanks for your answer. I am still curious. In the Chained Packages tab you have "Rollback whole products installation if this package fails" option. It means that the Main MSI which is in Full UI knows about it and cancel the next MSI to be run. Am I correct? Is it possible for ...
by fazza
Wed Aug 18, 2010 2:05 pm
Forum: Common Problems
Topic: Changing INSTALLDIR in command line
Replies: 1
Views: 4270
 
Jump to post

Re: Changing INSTALLDIR in command line

I think the problem lies in the path length. I manage to make it work using APPDIR with shorter path. Sorry for the trouble. Hi, I created an MSI using AdvancedInstaller. I'm using the following line to install the MSI: msiexec.exe /i Product.msi /qn INSTALLDIR=D:\ProductFolder Somehow the APPDIR is...
by fazza
Wed Aug 18, 2010 11:30 am
Forum: Common Problems
Topic: Changing INSTALLDIR in command line
Replies: 1
Views: 4270
 
Jump to post

Changing INSTALLDIR in command line

Hi, I created an MSI using AdvancedInstaller. I'm using the following line to install the MSI: msiexec.exe /i Product.msi /qn INSTALLDIR=D:\ProductFolder Somehow the APPDIR is not updated and it is still using the default path defined in the project. I tried to use: msiexec.exe /i Product.msi /qn AP...
by fazza
Wed Aug 18, 2010 9:41 am
Forum: Common Problems
Topic: Show error when chained packages failed
Replies: 4
Views: 8911
 
Jump to post

Show error when chained packages failed

Hi guys, I have an AdvancedInstaller project that contains only chained package (two MSIs to be exact). The installer created is run on Full UI, but the chained package MSIs are run on silent mode. If one msi fails, the installation is rolling back, but the user does not receive any error. Is there ...
by fazza
Tue Jan 05, 2010 4:03 pm
Forum: Common Problems
Topic: vbscript problem on windows 7
Replies: 1
Views: 1869
 
Jump to post

vbscript problem on windows 7

Hi, I have an installer created using Caphyon. When I tried to install it in Windows 7 it just gave me weird message. I did some investigation on the internet and found this: http://www.jakeludington.com/windows_7/20091115_error_2738_could_not_access_vbscript_run_time_for_custom_action.html . It see...
by fazza
Thu Jul 30, 2009 10:22 am
Forum: Common Problems
Topic: Unable to set Vista UAC Execute Level
Replies: 7
Views: 9751
 
Jump to post

Re: Unable to set Vista UAC Execute Level

Nice, now my build server able to create installer again using 7.1.3.

Thank you guys. Great Support! :D
by fazza
Tue Jul 28, 2009 1:27 pm
Forum: Common Problems
Topic: Unable to set Vista UAC Execute Level
Replies: 7
Views: 9751
 
Jump to post

Unable to set Vista UAC Execute Level

Hi, I am using Advanced Installer 7.1.2 and Windows Server 2003 for my build server. I've got this exception everytime: [ DefaultBuild ] Building package (en): C:\My Modules Setup.exe Preparing files... done. Creating CAB file(s)... done. Creating MSI database... done. Writing Summary Information......

Go to advanced search