Search found 605 matches

Go to advanced search

by Ionut
Wed Oct 29, 2008 12:18 am
Forum: Common Problems
Topic: How to backup and restore files/folders in APPDIR?
Replies: 9
Views: 17018
 
Jump to post

Re: How to backup and restore files/floders in APPDIR?

Hi Zhang Shangyi, You can use a Custom Action to copy (or move) the files/folders in question to a backup folder. You can use the sample "Backup" script for this purpose because file copy/move operations cannot be used to copy folders. The path of the backup folder will be written to the r...
by Ionut
Tue Oct 14, 2008 2:33 pm
Forum: Common Problems
Topic: New project type dialog refresh problem
Replies: 1
Views: 4062
 
Jump to post

Re: New project type dialog refresh problem

Hi Alex,

The problem seems to appear on Windows Vista for tree controls having the Explorer theme and the full row select style set. I have added this on our TODO list as a bug and it will be fixed in a future version. Thank you for bringing this to our attention.

Regards,
Ionut
by Ionut
Mon Oct 13, 2008 6:12 pm
Forum: Feature Requests
Topic: Report "missing" translations/text?
Replies: 2
Views: 7096
 
Jump to post

Re: Report "missing" translations/text?

Hi Clemens, You could verify if a particular translation is up-to-date by generating a new multi-language dictionary using the "Create" button in the Translations page, "Dictionaries" tab. In the second page of the wizard select "English (United States)" and the languag...
by Ionut
Tue Sep 16, 2008 1:11 pm
Forum: Common Problems
Topic: Required disk1.cab?
Replies: 3
Views: 9192
 
Jump to post

Re: Required disk1.cab?

Hi Vinh, The problem is that the installation paths for some of the files included in your project exceed MAX_PATH characters (which is equal to 260). Windows Installer does not support more than 260 characters in a path. For instance, one of the files in question is the following: Application Folde...
by Ionut
Thu Sep 11, 2008 10:40 pm
Forum: Common Problems
Topic: Howto Change Error Messages
Replies: 3
Views: 5644
 
Jump to post

Re: Howto Change Error Messages

Hi, Open the AIP file in a text editor and locate the following line: <ROW Condition="Version9X OR (VersionNT AND (NOT VersionNT64))" Description="[ProductName] cannot be installed on [WindowsFamilyNT64]" DescriptionLocId="AI.LaunchCondition.NoNT64" IsPredefined="t...
by Ionut
Thu Sep 11, 2008 9:10 pm
Forum: Common Problems
Topic: Which SDK supports msimsp.exe and Patchwiz.dll ?
Replies: 3
Views: 7058
 
Jump to post

Re: Which SDK supports msimsp.exe and Patchwiz.dll ?

Hi,

Open the "Start -> Run" dialog and paste the command provided by Cosmin. Another option is to open a command-prompt window ("Start -> Run", type "cmd"), and then invoke the command from there.

Regards,
Ionut
by Ionut
Thu Sep 11, 2008 8:54 pm
Forum: Common Problems
Topic: Required disk1.cab?
Replies: 3
Views: 9192
 
Jump to post

Re: Required disk1.cab?

Hi Vinh,

Please generate a verbose log and send it, together with the AIP file, to support at advancedinstaller dot com in order to investigate this issue.

Regards,
Ionut
by Ionut
Thu Sep 11, 2008 7:37 pm
Forum: Common Problems
Topic: MsiSetTargetPath does not work
Replies: 13
Views: 12187
 
Jump to post

Re: MsiSetTargetPath does not work

Hi Vicky, I have built the AIP file you have sent using dummy files and used the following code for the "ResetTargetPath" function, but I could not reproduce the problem you are encountering: UINT __stdcall ResetTargetPath(MSIHANDLE hInstall) { TCHAR szFolder[MAX_PATH] = _T("APPDIR&qu...
by Ionut
Wed Sep 10, 2008 10:26 pm
Forum: Common Problems
Topic: Prevent uninstall of user-modified file
Replies: 1
Views: 3952
 
Jump to post

Re: Prevent uninstall of user-modified file

Hi Mikhail,

You can set the Permanent attribute for the Component(s) attached to those files, as described here.

Regards,
Ionut
by Ionut
Wed Sep 10, 2008 8:37 pm
Forum: Common Problems
Topic: Windows Installer Error 2762
Replies: 2
Views: 11755
 
Jump to post

Re: Windows Installer Error 2762

Hi Mikhail, I have managed to reproduce the problem after investigating the AIP file you have sent and it seems that it is due to a bug in Advanced Installer. Basically, some AI Custom Actions end up having the same sequences in the InstallExecuteSequence table (inside the MSI database) when the &qu...
by Ionut
Tue Sep 09, 2008 6:21 pm
Forum: Common Problems
Topic: File versioning rules
Replies: 4
Views: 7549
 
Jump to post

Re: File versioning rules

Hi, Windows Installer uses several File Versioning Rules when it decides whether to overwrite an existing file. The Creation and Modification dates are used as a criteria only when the files do not have a version. You can override a file's version information by specifying a custom version in the &q...
by Ionut
Tue Sep 09, 2008 5:39 pm
Forum: Common Problems
Topic: How to specify an install location and overwriting a file
Replies: 3
Views: 5897
 
Jump to post

Re: How to specify an install location and overwriting a file

Hi, In order to create a Property Based folder, switch to the Files and Folders page and select from the toolbar, "New folder -> Property Based", then select the Property that will be attached to that folder. Alternatively, you can select this option from the context-menu of an existing fo...
by Ionut
Mon Sep 08, 2008 8:32 pm
Forum: Common Problems
Topic: Crash when adding user to a custom made Group
Replies: 1
Views: 3915
 
Jump to post

Re: Crash when adding user to a custom made Group

Hi Kevin,

This bug will be fixed in the next Advanced Installer version. Thank you for bringing this to our attention.

Regards,
Ionut
by Ionut
Fri Sep 05, 2008 3:52 pm
Forum: Common Problems
Topic: Problems with 2 Concurrent Updater.exe's
Replies: 6
Views: 7307
 
Jump to post

Re: Problems with 2 Concurrent Updater.exe's

Hi,

I cannot reproduce this issue on my test machine. Please send again both AIP files and corresponding INI files in order to investigate the problem.

Regards,
Ionut
by Ionut
Mon Aug 25, 2008 7:15 pm
Forum: Common Problems
Topic: Force the Install application to run on top
Replies: 1
Views: 4137
 
Jump to post

Re: Force the Install application to run on top

Hi Abed,

This is due to a bug in the Bootstrapper which has been fixed. Thank you for bringing this to our attention.

Please contact us on support at advancedinstaller dot com and I shall send you the Boostrapper stubs which incorporate the fix.

Regards,
Ionut

Go to advanced search