Search found 3860 matches

Go to advanced search

by mihai.petcu
Tue Dec 27, 2016 10:55 am
Forum: Common Problems
Topic: Import mysql database through command lines
Replies: 3
Views: 16284
 
Jump to post

Re: Import mysql database through command lines

Dear Halim, The approach you took should work, but there are some cases when "Launch file" custom action can cause setbacks on running certain command lines. To debug in this direction we would need the installation log but it could very well lead to a dead end. Instead I would recommend y...
by mihai.petcu
Fri Dec 23, 2016 2:07 pm
Forum: Building Installers
Topic: Sign MSI extracted from EXE and repack into EXE
Replies: 5
Views: 17576
 
Jump to post

Re: Sign MSI extracted from EXE and repack into EXE

Hello,

From what I know the last certificate used to sign the EXE will be used to verify the package (in your case that will the correct one from your manager). All other files inside the EXE will be signed using the test certificate.

All the best,
Mihai
by mihai.petcu
Thu Dec 22, 2016 1:05 pm
Forum: Common Problems
Topic: Import mysql database through command lines
Replies: 3
Views: 16284
 
Jump to post

Re: Import mysql database through command lines

Dear Halim, Welcome to Advanced Installer forums. I looked into your project but I couldn't find any "Launch EXE with working directoy" custom action that attempts an SQL file import so I can review its settings. Did you attach the correct project file? A quick observation after looking in...
by mihai.petcu
Wed Dec 21, 2016 2:05 pm
Forum: Building Installers
Topic: Sign MSI extracted from EXE and repack into EXE
Replies: 5
Views: 17576
 
Jump to post

Re: Sign MSI extracted from EXE and repack into EXE

Hello,

You can try to sign the EXE installer with a test certificate at build time by using the Digital Signature page. After this, you can send it to your manager so he can sign the built EXE using the real certificate using any signing tool. Normally, this should work fine.

All the best,
Mihai
by mihai.petcu
Wed Dec 21, 2016 11:20 am
Forum: Common Problems
Topic: Fix Install Button where should be Next button in several dialog boxes?
Replies: 3
Views: 17729
 
Jump to post

Re: Fix Install Button where should be Next button in several dialog boxes?

Hello,

Does this manifest on all machines, even clean ones? If so can you send us the project file (AIP) and built installer to support at advancedinstaller dot com so we can investigate your settings?

All the best,
Mihai
by mihai.petcu
Wed Dec 21, 2016 10:36 am
Forum: Common Problems
Topic: Skip Serial Number dialog
Replies: 5
Views: 16982
 
Jump to post

Re: Skip Serial Number dialog

Hello, Yes, it seems the condition for serial validation and another "Show only if" option for dialogs that could help in a similar way, are only available starting with Enterprise. Generally, advanced dialog customizations can be done using the Dialog Editor that comes with Enterprise All...
by mihai.petcu
Mon Dec 19, 2016 5:13 pm
Forum: Common Problems
Topic: Skip Serial Number dialog
Replies: 5
Views: 16982
 
Jump to post

Re: Skip Serial Number dialog

Dear Jakub, Indeed, those are the properties associated with the controls from the UserRegistrationDlg. To condition when the UserRegistrationDlg is shown, go to Licensing page -> Package Serial Validation section -> Condition section on the bottom. For example by setting: NOT PIDKEY ... the dialog ...
by mihai.petcu
Mon Dec 19, 2016 4:22 pm
Forum: Common Problems
Topic: [Bug Report] Shortcut is able to pin to taskbar even though set to disabled
Replies: 3
Views: 12303
 
Jump to post

Re: [Bug Report] Shortcut is able to pin to taskbar even though set to disabled

Dear Eric,

I replicated the bug and sent it to our dev team to investigate. We'll keep you posted here, thanks for the detailed report.

All the best,
Mihai
by mihai.petcu
Mon Dec 19, 2016 12:30 pm
Forum: Common Problems
Topic: Error "Could not access network location WindowsVolume"
Replies: 3
Views: 12534
 
Jump to post

Re: Error "Could not access network location WindowsVolume"

Dear Kietvta, The error is shown from the "SetProperty" custom action. As indicated in the article, you have to set MY_DIR property to [WindowsVolume] instead of WindowsVolume . This is because the "Value" field is formatted and the correct way to reference installer properties i...
by mihai.petcu
Mon Dec 19, 2016 12:11 pm
Forum: Common Problems
Topic: How can i do not replace the specify file at new ver.
Replies: 5
Views: 19264
 
Jump to post

Re: How can i do not replace the specify file at new ver.

Hi Frank, To prevent a file from being overwritten in an upgrading installer project you could enable its " Do not overwrite existing file " option with OLDPRODUCTS condition from the Files and Folders Page. Read more in the How do I prevent a file or registry entry from being uninstalled ...
by mihai.petcu
Sat Dec 17, 2016 2:40 pm
Forum: Common Problems
Topic: HTML host control external.MsiEvaluateCondition(aCondition) issues
Replies: 3
Views: 15996
 
Jump to post

Re: HTML host control external.MsiEvaluateCondition(aCondition) issues

Dear Diego, Please note that this condition: 1=1 OR AI_DETECTED_DOTNET_VERSION ...will always evaluate to true. Also, as a side note FYI: AI_DETECTED_DOTNET_VERSION property can be used in any condition field from the project. It doesn't necessarily have to be a launch condition. As long as the prop...
by mihai.petcu
Fri Dec 16, 2016 3:50 pm
Forum: Common Problems
Topic: HTML host control external.MsiEvaluateCondition(aCondition) issues
Replies: 3
Views: 15996
 
Jump to post

Re: HTML host control external.MsiEvaluateCondition(aCondition) issues

Hello Diego,

AI_DETECTED_DOTNET_VERSION property only gets resolved only when it's used in a condition field from the project.

To have the conditions from the script evaluated, you can add a condition like this in the project:

Code: Select all

1=1 OR AI_DETECTED_DOTNET_VERSION
All the best,
Mihai
by mihai.petcu
Fri Dec 16, 2016 3:27 pm
Forum: Common Problems
Topic: Read-Write to MSI Table from HTML host control
Replies: 1
Views: 10768
 
Jump to post

Re: Read-Write to MSI Table from HTML host control

Hello Diego,

Unfortunately we don't support directly reading/writing MSI tables from the HTML Host Control JavaScript API.

All the best,
Mihai
by mihai.petcu
Thu Dec 15, 2016 11:43 am
Forum: Common Problems
Topic: Run script to insert data to SQL Sever CE
Replies: 4
Views: 18590
 
Jump to post

Re: Run script to insert data to SQL Sever CE

Hello Kietvta, Depending on the data provider, you can configure SQL Server CE connection strings as indicated here: SQL Server Compact connection strings To do this you can still use a custom connection type, but instead of the standard SQL connection string, try one from the article linked above. ...
by mihai.petcu
Wed Dec 14, 2016 10:45 am
Forum: Building Installers
Topic: Package will not uninstall
Replies: 3
Views: 11720
 
Jump to post

Re: Package will not uninstall

Hello, We built and tested your installer on a Windows Server 2008 R2 machine but unfortunately we didn't get any error. Does this happen on other (clean) machines? This error usually occurs when the folder path used in the msiexec log command line doesn't exist on the target machine. The /L*V argum...

Go to advanced search