Search found 9 matches

Go to advanced search

by mirza
Tue Mar 01, 2016 5:01 am
Forum: Common Problems
Topic: No error checking for valid version number when building from console
Replies: 5
Views: 6477
 
Jump to post

No error checking for valid version number when building from console

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 ...
by mirza
Thu Feb 25, 2016 11:12 pm
Forum: Common Problems
Topic: Username and password properties for service
Replies: 3
Views: 4073
 
Jump to post

Re: Username and password properties for service

Thanks :) Following did what we want.

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 ...
by mirza
Tue Feb 23, 2016 3:19 am
Forum: Common Problems
Topic: Username and password properties for service
Replies: 3
Views: 4073
 
Jump to post

Username and password properties for service

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.

http://www.advancedinstaller.com/forums/viewtopic.php?p=85601

So, in v1 we have following dialog edit boxes that takes input for username and ...
by mirza
Wed Feb 03, 2016 12:55 am
Forum: Building Installers
Topic: Include build Id in product version
Replies: 4
Views: 5331
 
Jump to post

Re: Include build Id in product version

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

Now when I run ...
by mirza
Tue Feb 02, 2016 4:21 am
Forum: Building Installers
Topic: Include build Id in product version
Replies: 4
Views: 5331
 
Jump to post

Include build Id in product version

By default the product version is as following in the .aip file

<ROW Property="ProductVersion" Value="1.0.0" Type="32"/>

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 ...
by mirza
Thu Jan 14, 2016 10:53 pm
Forum: Building Installers
Topic: How to enable/disable dialog controls at run time
Replies: 5
Views: 5125
 
Jump to post

Re: How to enable/disable dialog controls at run time

For those who need extra information. Following is easiest way to pass username and password while creating service.

Where [USER_NAME] and [USER_PASSWORD] are the text filed properties.
ad1.png
ad1.png (2.68 KiB) Viewed 5111 times
by mirza
Thu Jan 14, 2016 3:31 am
Forum: Building Installers
Topic: How to enable/disable dialog controls at run time
Replies: 5
Views: 5125
 
Jump to post

Re: How to enable/disable dialog controls at run time

Thanks for prompt response.

All done now :)
by mirza
Wed Jan 13, 2016 3:31 am
Forum: Building Installers
Topic: How to enable/disable dialog controls at run time
Replies: 5
Views: 5125
 
Jump to post

How to enable/disable dialog controls at run time

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 ...

Go to advanced search