I am trying to create a repackage snapshot using admin studio 3.5. I have a win 2 k system with sp2 I am using as a "clean" install (the sp is installed by way of slipstream when the OS is installed)
Everything appears to work properly when I run the isrepackager.exe from a mapped drive. I use the "snapshot->single step" approach. The initial capture works fine. The install works fine. The post install capture (after pressing "process") runs well up until the file copy portion. Then I get the error "error copying file '{capturePath}\SYSTEMFOLDER\config\software.' " I select "yes" to continue anyway.
I get two such errors. Error one is complaining about a file that the repackager can not find on my target save data path "{x}\SYSTEMFOLDER\config\software." Error two is complaining about a file not found in the same path "{x}\SYSTEMFOLDER\config\software.LOG"
I then try running InstallShield Developer - AdminStudio Edition v8 on the output *.inc file. The Developer 8 build process then suffers 3 errors. The first 2 errors were resolved by one of your technotes regarding the "Generate File Hash Values". I am unable to resolve the final error 1501 even with the help of Q107151. I would feel better about spending more time on the 1501 error if I could get the repackager to complete without errors first.
In the repack.log file there is a path reference to a UNC path.
11:13:22 E Warning (Module:Main, Severity:0x02): Couldn't get short pathname of \\{UNC\shareName}\snapshot\program\Net_Inst.nid
I have no idea WHY there is a UNC path, but strangely enough that UNC path would be the proper path if I translated the mapped drive letter to a UNC.... I am running the isrepackager.exe from the same mapped drive that I am saving my output:
example paths:
\\server\shareName\snapshot\program\isrepackager.exe
X:\snapshot\program\isrepackager.exe
X:\snapshot\{capture name} <- repackager saves data here
Y:\install\{software installer.exe}
From the dos command line I run the isrepackager.exe as follows:
X:\snapshot\program>isrepackager.exe
I then use the default.ini, and point the repackager to the install.exe I wish to repackage.
I searched for the file "Net_Inst.nid" in the .\Program Files\InstallShiled\ folder but found nothing. Obviously I was not able to copy it to my .\snapshot\program\ folder if it never existed in the InstallShield directory....
Any suggestions ?
Regards,
cm