Hello!
I've been playing a bit with InstallAware 6 Studio Admin. Using import and the dialogs, I've updated a base MSI install created from Visual Studio to do just about everything we need except update some parameters in a configuration file.
We have a file called web.config that contains property setting for our application. I see that you can update INI file and the registry with scripting commands, but didn't see anything similar for an XML file.
Is there something I'm missing or would this be a plug-in opportunity for me?
Thank you,
Updating XML configuration files during setup
Updating XML configuration files during setup
Michael C. Saffold
-
- Posts: 904
- Joined: Thu Dec 22, 2005 7:03 pm
- Contact:
Hi Michael,
You can try out the EditFile plug-in - that might be useful. Building your own plug-in sounds like fun, too!
Another possibility is using Read from Text File to read in the whole file, Parse String to parse the read data and find your injection point, Call DLL Function (on kernel32.dll with DeleteFileA/MoveFileA) to backup and rename the old file, and then Write to Text File to output the new file.
You can try out the EditFile plug-in - that might be useful. Building your own plug-in sounds like fun, too!
Another possibility is using Read from Text File to read in the whole file, Parse String to parse the read data and find your injection point, Call DLL Function (on kernel32.dll with DeleteFileA/MoveFileA) to backup and rename the old file, and then Write to Text File to output the new file.
Candice Jones
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
-
- Posts: 904
- Joined: Thu Dec 22, 2005 7:03 pm
- Contact:
Check the Plug-Ins section of this forum. We'll have the Community Center updated soon for it!
Candice Jones
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
Who is online
Users browsing this forum: No registered users and 94 guests