Search found 68 matches

Go to advanced search

by jjones
Wed Feb 26, 2014 11:04 pm
Forum: Building Installers
Topic: Modifying XML Configuration Files During Modify Phase
Replies: 1
Views: 3830
 
Jump to post

Modifying XML Configuration Files During Modify Phase

I have an installer where I would like the user to be able to use the "Modify" option to change some settings via custom dialog boxes and then have the XML files rewritten at the end of the Modify stage. This would be done from the maintenance screen of the installer which is only shown if...
by jjones
Tue Jan 07, 2014 9:01 pm
Forum: Building Installers
Topic: Running a SQL script
Replies: 5
Views: 6930
 
Jump to post

Re: Running a SQL script

Dan,

That absolutely helped! Thanks for the tip.

Jonathan
by jjones
Mon Jan 06, 2014 10:05 pm
Forum: Building Installers
Topic: Running a SQL script
Replies: 5
Views: 6930
 
Jump to post

Running a SQL script

I have a SQL script that needs to get run prior to the main installation kicking off because there is another custom action that depends on the tables being changed. It didn't appear that I could do this by just running the script via the SQL mechanism because you can't run a script, then do somethi...
by jjones
Mon Dec 09, 2013 8:59 pm
Forum: Common Problems
Topic: Installer is Ending Prematurely
Replies: 3
Views: 4773
 
Jump to post

Re: Installer is Ending Prematurely

Thank you for looking at this! I do not recall checking the box but that's not to say I didn't accidentally do it. Oddly enough, it installs on 32-bit machines and only fails on some. I have seen this problem (other than on this customer's machine) but never looked at side-by-side comparisons of mac...
by jjones
Mon Nov 25, 2013 9:56 pm
Forum: Common Problems
Topic: Installer is Ending Prematurely
Replies: 3
Views: 4773
 
Jump to post

Installer is Ending Prematurely

I've attached my .aip file as well as the customer's log. The only error I see in the log is that it tried to install a 64-bit service on a 32-bit machine. Is this where it is halting?
by jjones
Thu Nov 14, 2013 10:14 pm
Forum: Building Installers
Topic: SQL and Installer Properties
Replies: 1
Views: 2954
 
Jump to post

SQL and Installer Properties

Is it possible to use an Installer property in an Inline SQL script? I need to pass a file location to a SQL script so it knows where to store a database backup.
by jjones
Mon Oct 28, 2013 10:11 pm
Forum: Common Problems
Topic: Supressing SQL Errors when Running Scripts
Replies: 2
Views: 3801
 
Jump to post

Supressing SQL Errors when Running Scripts

Right now, I have the installer configured to skip to the next line after a SQL error, but it also shows a message box that the user has to acknowledge. Is there a way to suppress this and have the errors written out to a file instead? In general, is there a way to have the SQL output sent to a file...
by jjones
Mon Sep 23, 2013 12:13 pm
Forum: Common Problems
Topic: Making .msi files patch-compatible
Replies: 3
Views: 4856
 
Jump to post

Re: Making .msi files patch-compatible

Thank you, Eusebiu! I actually modified the .aip file with disastrous results so I decided to forego a patch and focus my efforts on getting an update server in place.
by jjones
Wed Sep 18, 2013 8:41 pm
Forum: Common Problems
Topic: Making .msi files patch-compatible
Replies: 3
Views: 4856
 
Jump to post

Making .msi files patch-compatible

I have been using Advanced Installer to create the installer for a product we released earlier this year. We are ready to release the next revision and I would like to create a patch that customers can use to upgrade from the previous revision. We added a new feature that gets installed and now the ...
by jjones
Wed Aug 28, 2013 10:17 pm
Forum: Common Problems
Topic: Localizing Button Text on MessageBox
Replies: 1
Views: 3386
 
Jump to post

Localizing Button Text on MessageBox

When using the display message box Custom Action, I use properties to localize the Title and Message. However, the Yes and No buttons are not translated. Is it possible to do this?
by jjones
Fri Aug 09, 2013 8:04 pm
Forum: Common Problems
Topic: SetSqlServiceWindowsServiceName fails with error 1603
Replies: 1
Views: 3207
 
Jump to post

SetSqlServiceWindowsServiceName fails with error 1603

I have a customer using our installer and they are trying to connect to an existing SQL server. They enter the credentials and Test Connection and that is successful. However, as soon they click Next to go to the final screen it crashes. I've attached the log. Can you give any insight into an issue ...
by jjones
Tue Jul 23, 2013 2:33 pm
Forum: Common Problems
Topic: "Installer Ended Prematurely" Error
Replies: 3
Views: 5106
 
Jump to post

Re: "Installer Ended Prematurely" Error

Would you please point out where the rollback is being triggered?

I am using the mechanisms you provide to update the .XML file. The odd thing is that it works on some machines but on others it fails. That is what is most baffling.
by jjones
Fri Jul 19, 2013 8:30 pm
Forum: Common Problems
Topic: "Installer Ended Prematurely" Error
Replies: 3
Views: 5106
 
Jump to post

"Installer Ended Prematurely" Error

I have an installer that will occasionally fail during the C# Windows Service installation. It seems to happen more on machines that had an older version of the software and the user is installing the latest. I ensure that the service is stopped before allowing the installation to continue. I've loo...
by jjones
Fri Jun 28, 2013 12:06 pm
Forum: Building Installers
Topic: Translation and Messgage Boxes
Replies: 3
Views: 5263
 
Jump to post

Re: Translation and Messgage Boxes

Dan,

Thank you for the prompt replay! We are going to use the first approach - using a property. I have 4 error conditions that need translated into 14 languages so it will be easier that way.

Jonathan
by jjones
Thu Jun 27, 2013 4:08 pm
Forum: Building Installers
Topic: Translation and Messgage Boxes
Replies: 3
Views: 5263
 
Jump to post

Translation and Messgage Boxes

Is it possible to provide translation for message boxes?

Go to advanced search