Search found 61 matches

Go to advanced search

by AnneTheAgile
Fri Jul 19, 2013 6:55 pm
Forum: Common Problems
Topic: File Search And Read Its Version Into A Property
Replies: 3
Views: 5469
 
Jump to post

Re: File Search And Read Its Version Into A Property - Test

No matter what I do, I cannot right-click and 'test' the feature of getting a file's version? Even simply checking for the version of "C:\Windows\notepad.exe" shows 'empty'. This is in 10.3 and 9.8 as well. Does the test failure mean the search will fail?

Ref PM-7707
by AnneTheAgile
Wed Jun 19, 2013 8:05 pm
Forum: Common Problems
Topic: Example aip cannot edit - Zip file out of date?
Replies: 1
Views: 4348
 
Jump to post

Example aip cannot edit - Zip file out of date?

hi! I just downloaded the zip attached here, http://www.advancedinstaller.com/user-guide/serial-number-validation-dll.html and upon opening it in 10.2, it appears to be read only? Nothing is editable and the CA items are not shown. I was just going to quick look at it to see how the CA is done for t...
by AnneTheAgile
Tue Jun 04, 2013 1:43 am
Forum: Common Problems
Topic: WIX C# Custom Action
Replies: 5
Views: 17451
 
Jump to post

Re: WIX C# Custom Action

Your answer was extremely helpful!

Now if I want to call my DLL function from a GUI dialog 'Next' action, can I do that? I am not getting the selection option.
thank you!
by AnneTheAgile
Fri May 31, 2013 2:16 pm
Forum: Common Problems
Topic: Install Feature Based on Condition
Replies: 14
Views: 18585
 
Jump to post

Re: Install Feature Based on Condition

Thank you so much for this Install Feature Based on Condition in 9.3 (2012-06)! I had tried to do this in an earlier version and it was very difficult for me. The new selection is incredibly helpful. AIP's frequent, significant updates are a huge blessing.
by AnneTheAgile
Thu May 30, 2013 6:13 pm
Forum: Common Problems
Topic: alter XML file content based on radiobox in dialog
Replies: 7
Views: 8348
 
Jump to post

Re: alter XML file content based on radiobox in dialog

I think , Daniel, that your code for the substitution files should include the parent node element, config, right? The OP wanted to remove the other option, so that seems necessary. In other words, for Option A; <Config> <add type="OptionA"> <attribute name="value1" value="[...
by AnneTheAgile
Fri May 17, 2013 5:20 pm
Forum: Common Problems
Topic: WIX C# Custom Action
Replies: 5
Views: 17451
 
Jump to post

WIX C# Custom Action

hi! This is from a previous post but I wanted the subject to be right. http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=25936 Re: Vbscript for MSI use ; documentation? Wscript vs Cscript We also recommend you to use a DLL custom action written in C# or C++, instead of VBScript and you...
by AnneTheAgile
Fri May 17, 2013 4:52 pm
Forum: Common Problems
Topic: Vbscript for MSI use ; documentation? Wscript vs Cscript
Replies: 4
Views: 13827
 
Jump to post

Re: Vbscript for MSI use ; documentation? Wscript vs Cscript

I'm moving my C# questions to a new topic so the subject line is clearer.
by AnneTheAgile
Fri May 17, 2013 2:52 pm
Forum: Common Problems
Topic: file modification after build?
Replies: 7
Views: 11372
 
Jump to post

Re: file modification after build?

I'm essentially trying to flavor a configuration file to be machine-specific. The regex pattern in the ComputerName tells me what kind of deployment options it should use. So, given that computation of Flavor, then I want to edit config files to include the proper values. I didn't want to use the ni...
by AnneTheAgile
Fri May 17, 2013 2:35 pm
Forum: Common Problems
Topic: Vbscript for MSI use ; documentation? Wscript vs Cscript
Replies: 4
Views: 13827
 
Jump to post

Re: Vbscript for MSI use ; documentation? Wscript vs Cscript

Thank you so much for this hint! Is a DLL custom action availalble to be rolled back/
by AnneTheAgile
Thu May 16, 2013 10:08 pm
Forum: Common Problems
Topic: Vbscript for MSI use ; documentation? Wscript vs Cscript
Replies: 4
Views: 13827
 
Jump to post

Vbscript for MSI use ; documentation? Wscript vs Cscript

hi! I wonder if you all know how to search for the documentation for the flavor of VB (cscript? wscript?) which is allowed by Windows installer? I continually find the commands discovered by google are not allowed, and it is very slow to debug.
thank you!
by AnneTheAgile
Thu May 16, 2013 10:06 pm
Forum: Common Problems
Topic: file modification after build?
Replies: 7
Views: 11372
 
Jump to post

Re: file modification after build?

Radu was nicely offering me help offline and I thought maybe i should post it to the forum. I'm trying to paste modified files into my installation appdir, after the regular install is done. I could not do it with this; >To achieve what you want you can follow our "Install a user specific file&...
by AnneTheAgile
Thu May 16, 2013 9:58 pm
Forum: Common Problems
Topic: Run Batch file from VB script in installer? Run Python?
Replies: 1
Views: 4125
 
Jump to post

Run Batch file from VB script in installer? Run Python?

I think this cannot be done but wanted to be totally sure. Can I call a BAT file from a custom action VB script? I would like to do this because I was running a BAT file a custom action and I can't figure out how to give nice return code differentiation for debugging. I would love to provide details...
by AnneTheAgile
Thu May 16, 2013 5:02 pm
Forum: Common Problems
Topic: Can I pass session properties to a BAT in a custom action?
Replies: 7
Views: 14667
 
Jump to post

Re: Can I pass session properties to a BAT in a custom actio

For (me?) in the future, stripping quotes in a bat file can be done via the tilde search/replace function in BAT language.
http://stackoverflow.com/questions/1964 ... ith-cmd-en

I wish I could Modify a session property.
by AnneTheAgile
Mon May 13, 2013 5:14 pm
Forum: Common Problems
Topic: Automatic addition/deletion of web files to installer?
Replies: 1
Views: 7223
 
Jump to post

Automatic addition/deletion of web files to installer?

I hear with the Visual Studio installer, file additions or deletions are automatically detected. Thus the installer msi knows to include or remove them.

Is there a way to have AIP recognize such changes to the csproj project files, which document such content changes?
thank you!
by AnneTheAgile
Thu May 09, 2013 8:28 pm
Forum: Building Installers
Topic: Install Commman Line Options - working with repsonse files
Replies: 6
Views: 9252
 
Jump to post

Re: Install Commman Line Options - working with repsonse fil

Thank you! Your post helped me understand the "setup.iss" "answers file" better in the AIP context. I have never seen the main AIP installer create one, right?

Go to advanced search