Search found 58 matches

Go to advanced search

by CarlAarnes
Thu Dec 05, 2013 11:32 am
Forum: Common Problems
Topic: Problem with SetPackageName
Replies: 7
Views: 7895
 
Jump to post

Re: Problem with SetPackageName

Was just wondering if there was a way to limit the # of builds from commandfile,
like just build Default(not the other builds).

could be like: Build DefaultBuild or Rebuild DefaultBuild in the commandfile, but now it seems to build any build ive made.
by CarlAarnes
Tue Dec 03, 2013 4:32 pm
Forum: Common Problems
Topic: Problem with SetPackageName
Replies: 7
Views: 7895
 
Jump to post

Re: Problem with SetPackageName

Is there a way to limit what builds are beeing built from the aic file? (like the buildlist)

/Carl
by CarlAarnes
Wed Nov 27, 2013 3:01 pm
Forum: Common Problems
Topic: Problem with SetPackageName
Replies: 7
Views: 7895
 
Jump to post

Re: Problem with SetPackageName

I did try "&PACKNAME&" no differences,

since i use .aip and .aic i think you should use:
advancedinstaller.com /execute project.aip project.aic with the Environment Variables inside the aic file.

This is more or less an automated build so its kinda wrapper program around the AI program. eg. it ...
by CarlAarnes
Wed Nov 27, 2013 1:23 pm
Forum: Common Problems
Topic: Problem with SetPackageName
Replies: 7
Views: 7895
 
Jump to post

Problem with SetPackageName

Hi
I have an issue with SetPackageName,
in my install.aic file:

SetPackageName &PACKNAME&.exe -buildname DefaultBuild
SetPackagename &PACKNAME&.msi -buildname MsiBuild

For some reason this seems to fail, so the output from the build says:

SetPackageName Sp3lisse\.exe -buildname DefaultBuild ...
by CarlAarnes
Thu Sep 26, 2013 12:45 pm
Forum: Common Problems
Topic: Set packagename from a property
Replies: 7
Views: 7638
 
Jump to post

Re: Set packagename from a property

I see, but running the test on the ini search it finds a value (raw) , but when using the property [|CUST_NO] it doesnt seem to be resolved e.g NIL

:cry:

/Carl
by CarlAarnes
Wed Sep 25, 2013 2:53 pm
Forum: Common Problems
Topic: Set packagename from a property
Replies: 7
Views: 7638
 
Jump to post

Re: Set packagename from a property

Nor does the MSI name on the media settings page??
by CarlAarnes
Wed Sep 25, 2013 2:07 pm
Forum: Common Problems
Topic: Set packagename from a property
Replies: 7
Views: 7638
 
Jump to post

Re: Set packagename from a property

I did, Setpackagename setup[|CustomerNo] in the .aic ,but the value seems to be NIL (if i set the value for the property at the installer parameters, it gets transfered).

btw: advanced installer is version 9.8 buil 48877

/Carl
by CarlAarnes
Wed Sep 25, 2013 10:26 am
Forum: Common Problems
Topic: Set packagename from a property
Replies: 7
Views: 7638
 
Jump to post

Set packagename from a property

Is there a way to set packagename with a property from within a commandline?

eg.

search a inifile(its actually a license file but structured as a ini file), for customernr, store it in a property, execute a commandline build using the .aip and an .aic file...
So what i want is the aic to do ...
by CarlAarnes
Wed Apr 24, 2013 3:04 pm
Forum: Building Installers
Topic: modify dialog
Replies: 3
Views: 5132
 
Jump to post

Re: modify dialog

In the quick select tree, you have options server and client... so when you first install the server part it gets checked in the tree. And it gets a path, i want the path to be the same for the client part as the server path if i check for client.

So if the path for server is product4000 then ...
by CarlAarnes
Tue Apr 23, 2013 2:23 pm
Forum: Common Problems
Topic: delete registry key
Replies: 7
Views: 11954
 
Jump to post

Re: delete registry key

Thanks that worked great, i tried doing it by using the add key not new.

Could this have been done using import key instead of making all new keys ?
by CarlAarnes
Tue Apr 23, 2013 1:44 pm
Forum: Common Problems
Topic: delete registry key
Replies: 7
Views: 11954
 
Jump to post

Re: delete registry key

Thats what i did, put path only shows the productname, and in the statusbar of Advanced Installer it shows like HK_LM\productname.

shouldnt it show the full key path there?

eg. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\productname

Regards Carl
by CarlAarnes
Tue Apr 23, 2013 1:27 pm
Forum: Common Problems
Topic: delete registry key
Replies: 7
Views: 11954
 
Jump to post

Re: delete registry key

Thats mainly what i did except for the last part where i did it from the properties dialog, i want to delete the whole key just not the values.
by CarlAarnes
Tue Apr 23, 2013 10:59 am
Forum: Common Problems
Topic: delete registry key
Replies: 7
Views: 11954
 
Jump to post

delete registry key

Hi

im trying to delete a registry key on install.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Product

But in Advanced installer it just shows it like Product, and i cant edit the path for the registry key.... is this a bug or intended? using Advanced installer 9.8 ...
by CarlAarnes
Tue Apr 23, 2013 10:51 am
Forum: Building Installers
Topic: modify dialog
Replies: 3
Views: 5132
 
Jump to post

modify dialog

Hi

some questions:

Is it possible to disable items in the quickselection tree ?
When ive installed a part of a setup .. e.g. server part, in the modify dialog i want the client part to default to same path as the server. How can i do this?

Regards
Carl
by CarlAarnes
Tue Apr 16, 2013 8:43 am
Forum: Common Problems
Topic: How to modify or remove installer text branding?
Replies: 5
Views: 7601
 
Jump to post

Re: How to modify or remove installer text branding?

Hi

If you are using the Enterprise edition of Advanced installer just go to the dialog editor(User Interface/Dialogs) select a dialog which contains the text branding, select it and change the text under Display.
I use the [Manufacturer] property myself..

I think you have to edit it on all pages ...

Go to advanced search