Search found 23 matches

Go to advanced search

by joefio
Mon Jul 10, 2023 3:42 pm
Forum: Building Installers
Topic: Change physical source to relative path
Replies: 8
Views: 17891
 
Jump to post

Re: Change physical source to relative path

Hello Joe, Thank you for providing the AIP file. I have had a look over it and I believe what we should be looking for here is a Path Variable that we can easily change after each of your builds. In "Files and Folders" page, right click on a file (e.g. Advset32.exe ) --> "Convert To&...
by joefio
Thu Jun 29, 2023 2:44 pm
Forum: Building Installers
Topic: Change physical source to relative path
Replies: 8
Views: 17891
 
Jump to post

Re: Change physical source to relative path

Hello Joe, Thank you for your followup on this! From what I can see, you include the number which eventually changes into the root path - QDV-1332 If possible, could you please try to set the root path to the "Branches" folder instead and let me know if that helps? Best regards, Catalin H...
by joefio
Mon Jun 19, 2023 8:59 pm
Forum: Building Installers
Topic: Change physical source to relative path
Replies: 8
Views: 17891
 
Jump to post

Re: Change physical source to relative path

Hello Joe, Not entirely sure I fully understand your scenario here, but wouldn't it be better to have the files as absolute in your case? As per the documentation: Having an absolute path for each file allows you to move the project file (.AIP) anywhere on your disk (even on different partitions). ...
by joefio
Thu Jun 15, 2023 1:55 pm
Forum: Building Installers
Topic: Get installer location's full UNC path
Replies: 3
Views: 9805
 
Jump to post

Re: Get installer location's full UNC path

Hello Joe, To be fully honest with you, this seems like a limitation of Windows Installer, considering the OriginalDatabase property is proprietary to Windows Installer. Besides that property, I would check the following two as well: - SourceDir - TARGETDIR You could check these two in the log file...
by joefio
Thu Jun 15, 2023 1:37 pm
Forum: Building Installers
Topic: Change physical source to relative path
Replies: 8
Views: 17891
 
Jump to post

Change physical source to relative path

Hi I am trying to figure out how I can change the path of my Files and Folders to be relative instead of hardcoded. These are my project options: projectOptions.PNG The root path is: C:\QDV\Branches\QDV-1332\Install\QdvClient\MSI\ I read on another forum that even though my Files and Folders appear ...
by joefio
Fri Jun 02, 2023 3:19 pm
Forum: Building Installers
Topic: Get installer location's full UNC path
Replies: 3
Views: 9805
 
Jump to post

Get installer location's full UNC path

Hello I am having an issue when retrieving the UNC path of my .msi installer. The installer is run from a network directory (EX: \\FRTD\QUAD\QV\Setup\setup.msi). At the end of the installation this path needs to be passed to a config.exe program. If I copy/paste \\FRTD\QUAD\QV\Setup\ into a file exp...
by joefio
Tue May 30, 2023 9:45 pm
Forum: Building Installers
Topic: Application Folder will not delete on uninstall
Replies: 2
Views: 5396
 
Jump to post

Re: Application Folder will not delete on uninstall

I figured it out the issue was the files inside the application folder were not being deleted because of a certain condition. Once I fixed the conditions for the overwrite on the files the issue was resolved.
by joefio
Tue May 30, 2023 2:01 pm
Forum: Building Installers
Topic: Application Folder will not delete on uninstall
Replies: 2
Views: 5396
 
Jump to post

Application Folder will not delete on uninstall

Hi I am having an issue deleting my application folder when I do an uninstall. These are my settings: Remove Folder.PNG Advset32.exe lives inside the application folder. I can confirm Advset32.exe is getting deleted but the application folder remains. I tried the uninstall cleanup wizard which used ...
by joefio
Fri May 26, 2023 9:30 pm
Forum: Building Installers
Topic: Shortcuts will not delete on uninstall
Replies: 1
Views: 3891
 
Jump to post

Shortcuts will not delete on uninstall

I have created shortcuts to my application in the Desktop and Start Menu. When I uninstall the application, the shortcuts remain. I tried a File Removal operation, assigned one of my components, and selected Remove on component uninstall, but this had no effect. Any ideas why it doesn't remove these...
by joefio
Wed May 24, 2023 4:16 pm
Forum: Building Installers
Topic: Check if user selects a different install path on an upgrade
Replies: 1
Views: 3772
 
Jump to post

Check if user selects a different install path on an upgrade

If a user is running an upgrade, but they select a different directory than the default on the "Select Installation Folder" screen, I would like to exit the installation. How can I check whether or not a user has selected a different directory than the default path?
by joefio
Wed May 10, 2023 4:05 pm
Forum: Building Installers
Topic: Skip "Select Installation Folder" screen
Replies: 5
Views: 10987
 
Jump to post

Re: Skip "Select Installation Folder" screen

Hello Joe, I'm afraid that the "Dialog Editor" feature is only available starting with our "Enterprise" suite. If you've got any other questions, please let us know and we will gladly assist. Best regards, Catalin So the "Select Installation Folder" screen will always ...
by joefio
Wed May 10, 2023 2:44 pm
Forum: Building Installers
Topic: How to overwrite files in subdirectories
Replies: 1
Views: 2592
 
Jump to post

How to overwrite files in subdirectories

Hi I am having trouble overwriting certain files in the install directory when running my msi installer. Under "Files, Folders and Shortcuts" the files that get saved to the Application Folder overwrite correctly: Ex: 'Application Folder\File.dll' overwrites the existing file However, I ha...
by joefio
Tue May 09, 2023 6:18 pm
Forum: Building Installers
Topic: Skip "Select Installation Folder" screen
Replies: 5
Views: 10987
 
Jump to post

Re: Skip "Select Installation Folder" screen

Hello, In order to achieve this, you can create a search and then display the dialog based on the search result. From the Searches page you can create your search to find out if your program is installed. The result of this search will be stored in a property. In order to show a dialog based on a c...
by joefio
Mon May 08, 2023 7:11 pm
Forum: Building Installers
Topic: Skip "Select Installation Folder" screen
Replies: 5
Views: 10987
 
Jump to post

Skip "Select Installation Folder" screen

How can I skip the "Select Installation Folder" screen if a non MSI program is already installed? I am trying to update a previously installed program that did not use a MSI installer.
by joefio
Mon May 01, 2023 8:59 pm
Forum: Building Installers
Topic: Launch installed program fails when package type is MSI
Replies: 5
Views: 7513
 
Jump to post

Re: Launch installed program fails when package type is MSI

I was able to resolve the issue by using the 'Launch file' custom action instead of the 'Launch installed file"

Go to advanced search