We cannot enter alphabets and only three level versions (as per microsoft msi specifications). Fair enough. But let's see we have following in .aip file.
<ROW Property="ProductVersion" Value="1.0.0-beta5" Type="32"/> (we were getting product version from somewhere that is directly written into .aip ...
2. check all three options (start, stop and delete) under "Actions on install" section
Also found that similar is mentioned on following page too http://www.advancedinstaller.com/user-guide/service-control-properties.html "If all three options are checked, the ...
This issue is an extended problem of my following previous post but I am creating new topic as the scope of the current problem is completely different.
I explored more the command line options and found following command that can meet my needs.
/SetVersion -increment
As per the ICE24 specifications, the build version has maximum value of 65535 https://msdn.microsoft.com/en-us/library/windows/desktop/aa370859(v=vs.85).aspx
I need to include build Id (i.e. BuildIDx) in the product version. If I include in the product details through GUI, it gave the error "The specified version is not supported. A ...
I am building an installer package that needs to create Windows service either user system log in account or username/password given by user (as in attached image).
1. I need to disable username/password text input controls as per radio button selection (disable them on 'Use System Account' and ...
FOLLOW US
Get the latest news in Application Packaging