Hi,
I install X17 version but I had same problem with X12.
If I not add anything from Application Runtimes list when the setup is created appear like Destination folder C:\Program Files and this is what I want
If i add something like ASP.NET Core 9.0 x64 after build in the setup the destination folder change in C:\Program Files (x86), but this position is wrong
Which is the right mode to avoid this situation?
Thanks
Changing of Destination folder Path
Re: Changing of Destination folder Path
This topic also applies to InstallAware Multi Platform.
Sounds to me like your application runtime is turning 64-bit installation mode off.
Just ensure your setup is in 64-bit mode before your main script starts executing/initializing your target directory variables, and you should be good to go.
The Set 64-bit Mode command is your friend.
Sounds to me like your application runtime is turning 64-bit installation mode off.
Just ensure your setup is in 64-bit mode before your main script starts executing/initializing your target directory variables, and you should be good to go.
The Set 64-bit Mode command is your friend.
John Gaver
InstallAware Skunkworks
InstallAware Multi Platform - Liberating DEB/RPM/PKG/MSI(X) into universal native setups!
Get your free copy today - https://www.installaware.com/installawa ... atform.htm
InstallAware Skunkworks
InstallAware Multi Platform - Liberating DEB/RPM/PKG/MSI(X) into universal native setups!
Get your free copy today - https://www.installaware.com/installawa ... atform.htm
Re: Changing of Destination folder Path
Hi,
yes setup have 64bit operating system checked and also Administrator privileges
yes setup have 64bit operating system checked and also Administrator privileges
Re: Changing of Destination folder Path
That checkmark may not be enough as the runtime scripts may reset it after, so you will need to add the command to your script in the code view after the runtimes block has finished running.
John Gaver
InstallAware Skunkworks
InstallAware Multi Platform - Liberating DEB/RPM/PKG/MSI(X) into universal native setups!
Get your free copy today - https://www.installaware.com/installawa ... atform.htm
InstallAware Skunkworks
InstallAware Multi Platform - Liberating DEB/RPM/PKG/MSI(X) into universal native setups!
Get your free copy today - https://www.installaware.com/installawa ... atform.htm

